#EDCC69

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

Shades of Golden Sand #EDCC69

Tints of Golden Sand #EDCC69

Color information

#EDCC69 (or 0xEDCC69) is unknown color: approx Golden Sand. HEX triplet: ED, CC and 69. RGB value is (237,204,105). Sum of RGB (Red+Green+Blue) = 237+204+105=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC69 is #123396. Grayscale: #CBCBCB. Windows color (decimal): -1192855 or 6933741. OLE color: 6933741.

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

Color convert

RGB237204105-
CMYK00.140.560.07
HSL45º78.57%67.06%-
HSV(B)45º55.7%92.94%-
XYZ59.0762.2122.26-
YUV202.5872.93152.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 105 (41.41% from 255) = 19.23%
R=43.41%
G=37.36%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720410500.140.560.074578.5767.06
HexEDCC690E3872d4f43
Octal35531415101670755117103
Binary111011011100110011010010111011100011110110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC69; }

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

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

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

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

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

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

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

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