Html Css Color HEX #ECCE70 Golden Sand

📋 copy color: '#ECCE70'

red 236 ◦ green 206 ◦ blue 112

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

Shades of Golden Sand #ECCE70

Tints of Golden Sand #ECCE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.22%

R = 42.6%
G = 37.18%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECCE70 (or 0xECCE70) is known color: Golden Sand. HEX triplet: EC, CE and 70. RGB value is (236,206,112). Sum of RGB (Red+Green+Blue) = 236+206+112=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE70 is #13318F. Grayscale: #CCCCCC. Windows color (decimal): -1257872 or 7393004. OLE color: 7393004.

HSL color Cylindrical-coordinate representation of color #ECCE70: hue angle of 45.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECCE70 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 206 112 -
CMYK 0 0.13 0.53 0.07
HSL 45.48º 0.77% 0.68% -
HSV(B) 45.48º 0.53% 0.93% -
XYZ 59.59 63.15 24.38 -
YUV 204.25 75.94 150.64 -
System Red Green Blue C M Y K H S L
Decimal 236 206 112 0 0.13 0.53 0.07 45.48 0.77 0.68
Hex EC CE 70 0 D 35 7 2D 4D 44
Octal 354 316 160 0 15 65 7 55 115 104
Binary 11101100 11001110 1110000 0 1101 110101 111 101101 1001101 1000100

Color Harmonies of #ECCE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE70

Black with #ECCE70

Text Example


Text Example

White with #ECCE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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