Html Css Color HEX #ECCE72 Golden Sand

📋 copy color: '#ECCE72'

red 236 ◦ green 206 ◦ blue 114

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

Shades of Golden Sand #ECCE72

Tints of Golden Sand #ECCE72

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.05%

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

R = 42.45%
G = 37.05%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECCE72 (or 0xECCE72) is known color: Golden Sand. HEX triplet: EC, CE and 72. RGB value is (236,206,114). Sum of RGB (Red+Green+Blue) = 236+206+114=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE72 is #13318D. Grayscale: #CCCCCC. Windows color (decimal): -1257870 or 7524076. OLE color: 7524076.

HSL color Cylindrical-coordinate representation of color #ECCE72: hue angle of 45.25º 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 #ECCE72 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 206 114 -
CMYK 0 0.13 0.52 0.07
HSL 45.25º 0.76% 0.69% -
HSV(B) 45.25º 0.52% 0.93% -
XYZ 59.7 63.19 24.97 -
YUV 204.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 236 206 114 0 0.13 0.52 0.07 45.25 0.76 0.69
Hex EC CE 72 0 D 34 7 2D 4C 45
Octal 354 316 162 0 15 64 7 55 114 105
Binary 11101100 11001110 1110010 0 1101 110100 111 101101 1001100 1000101

Color Harmonies of #ECCE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE72

Black with #ECCE72

Text Example


Text Example

White with #ECCE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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