#EDCB5F

Color #EDCB5F Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #EDCB5F

Tints of Golden Sand #EDCB5F

Color information

#EDCB5F (or 0xEDCB5F) is unknown color: approx Golden Sand. HEX triplet: ED, CB and 5F. RGB value is (237,203,95). Sum of RGB (Red+Green+Blue) = 237+203+95=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 95 (37.5% from 255 or 17.76% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB5F is #1234A0. Grayscale: #C9C9C9. Windows color (decimal): -1193121 or 6278125. OLE color: 6278125.

HSL color Cylindrical-coordinate representation of color #EDCB5F: hue angle of 45.63º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDCB5F is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23720395-
CMYK00.140.600.07
HSL45.63º79.78%65.1%-
HSV(B)45.63º59.92%92.94%-
XYZ58.3561.5419.63-
YUV200.8568.26153.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 95 (37.5% from 255) = 17.76%
R=44.30%
G=37.94%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372039500.140.600.0745.6379.7865.1
HexEDCB5F0E3C72e5041
Octal35531313701674756120101
Binary111011011100101110111110111011110011110111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB5F; }

 p { color: rgb(237,203,95); }

 H1.HeaderClassName
 {
   color: #EDCB5F;
 }
 .AnyTagClassName
 {
   color: #EDCB5F;
 }
</style>
background-color css

<style>
 a { background-color: #EDCB5F; }

 a { background-color: rgb(237,203,95); }

 div.DivClassName
 {
   background-color: #EDCB5F;
 }
 .BgClassName
 {
   background-color: #EDCB5F;
 }
</style>
border-color css

<style>
 span { border-color: #EDCB5F; }

 span { border-color: rgb(237,203,95); }

 td.TdClassName
 {
   border-color: #EDCB5F;
 }
 .TagClassName
 {
   border-color: #EDCB5F;
 }
</style>