#EDCC6B

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

Shades of Golden Sand #EDCC6B

Tints of Golden Sand #EDCC6B

Color information

#EDCC6B (or 0xEDCC6B) is unknown color: approx Golden Sand. HEX triplet: ED, CC and 6B. RGB value is (237,204,107). Sum of RGB (Red+Green+Blue) = 237+204+107=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC6B is #123394. Grayscale: #CBCBCB. Windows color (decimal): -1192853 or 7064813. OLE color: 7064813.

HSL color Cylindrical-coordinate representation of color #EDCC6B: hue angle of 44.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDCC6B is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB237204107-
CMYK00.140.550.07
HSL44.77º78.31%67.45%-
HSV(B)44.77º54.85%92.94%-
XYZ59.1762.2522.81-
YUV202.8173.93152.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 107 (42.19% from 255) = 19.53%
R=43.25%
G=37.23%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720410700.140.550.0744.7778.3167.45
HexEDCC6B0E3772d4e43
Octal35531415301667755116103
Binary111011011100110011010110111011011111110110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC6B; }

 p { color: rgb(237,204,107); }

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

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

 a { background-color: rgb(237,204,107); }

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

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

 span { border-color: rgb(237,204,107); }

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