Html Css Color HEX #ECCC72 Golden Sand

📋 copy color: '#ECCC72'

red 236 ◦ green 204 ◦ blue 114

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

Shades of Golden Sand #ECCC72

Tints of Golden Sand #ECCC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.58%

R = 42.6%
G = 36.82%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECCC72 (or 0xECCC72) is known color: Golden Sand. HEX triplet: EC, CC and 72. RGB value is (236,204,114). Sum of RGB (Red+Green+Blue) = 236+204+114=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC72 is #13338D. Grayscale: #CBCBCB. Windows color (decimal): -1258382 or 7523564. OLE color: 7523564.

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

Color convert

RGB 236 204 114 -
CMYK 0 0.14 0.52 0.07
HSL 44.26º 0.76% 0.69% -
HSV(B) 44.26º 0.52% 0.93% -
XYZ 59.22 62.23 24.81 -
YUV 203.31 77.6 151.32 -
System Red Green Blue C M Y K H S L
Decimal 236 204 114 0 0.14 0.52 0.07 44.26 0.76 0.69
Hex EC CC 72 0 E 34 7 2C 4C 45
Octal 354 314 162 0 16 64 7 54 114 105
Binary 11101100 11001100 1110010 0 1110 110100 111 101100 1001100 1000101

Color Harmonies of #ECCC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC72

Black with #ECCC72

Text Example


Text Example

White with #ECCC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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