Html Css Color HEX #ECC872 Golden Sand

📋 copy color: '#ECC872'

red 236 ◦ green 200 ◦ blue 114

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

Shades of Golden Sand #ECC872

Tints of Golden Sand #ECC872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.36%

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

R = 42.91%
G = 36.36%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECC872 (or 0xECC872) is known color: Golden Sand. HEX triplet: EC, C8 and 72. RGB value is (236,200,114). Sum of RGB (Red+Green+Blue) = 236+200+114=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC872 is #13378D. Grayscale: #C9C9C9. Windows color (decimal): -1259406 or 7522540. OLE color: 7522540.

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

Color convert

RGB 236 200 114 -
CMYK 0 0.15 0.52 0.07
HSL 42.3º 0.76% 0.69% -
HSV(B) 42.3º 0.52% 0.93% -
XYZ 58.28 60.36 24.5 -
YUV 200.96 78.93 152.99 -
System Red Green Blue C M Y K H S L
Decimal 236 200 114 0 0.15 0.52 0.07 42.3 0.76 0.69
Hex EC C8 72 0 F 34 7 2A 4C 45
Octal 354 310 162 0 17 64 7 52 114 105
Binary 11101100 11001000 1110010 0 1111 110100 111 101010 1001100 1000101

Color Harmonies of #ECC872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC872

Black with #ECC872

Text Example


Text Example

White with #ECC872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC872; }

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

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

background-color css

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

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

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

border-color css

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

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

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