Html Css Color HEX #ECCC66 Golden Sand

📋 copy color: '#ECCC66'

red 236 ◦ green 204 ◦ blue 102

#ECCC66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #ECCC66

Tints of Golden Sand #ECCC66

RGB

 RED value IS 236 (92.58% from 255) = 43.54%

 GREEN value IS 204 (80.08% from 255) = 37.64%

 BLUE value IS 102 (40.23% from 255) = 18.82%

R = 43.54%
G = 37.64%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECCC66 (or 0xECCC66) is known color: Golden Sand. HEX triplet: EC, CC and 66. RGB value is (236,204,102). Sum of RGB (Red+Green+Blue) = 236+204+102=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC66 is #133399. Grayscale: #CACACA. Windows color (decimal): -1258394 or 6737132. OLE color: 6737132.

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

Color convert

RGB 236 204 102 -
CMYK 0 0.14 0.57 0.07
HSL 45.67º 0.78% 0.66% -
HSV(B) 45.67º 0.57% 0.93% -
XYZ 58.58 61.98 21.45 -
YUV 201.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 236 204 102 0 0.14 0.57 0.07 45.67 0.78 0.66
Hex EC CC 66 0 E 39 7 2E 4E 42
Octal 354 314 146 0 16 71 7 56 116 102
Binary 11101100 11001100 1100110 0 1110 111001 111 101110 1001110 1000010

Color Harmonies of #ECCC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC66

Black with #ECCC66

Text Example


Text Example

White with #ECCC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC66; }

 p { color: rgb(236,204,102); }

 H1.HeaderClassName
 {
   color: #ECCC66;
 }
 .AnyTagClassName
 {
   color: #ECCC66;
 }
</style>

background-color css

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

 a { background-color: rgb(236,204,102); }

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

border-color css

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

 span { border-color: rgb(236,204,102); }

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