Html Css Color HEX #ECC972 Golden Sand

📋 copy color: '#ECC972'

red 236 ◦ green 201 ◦ blue 114

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

Shades of Golden Sand #ECC972

Tints of Golden Sand #ECC972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.48%

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

R = 42.83%
G = 36.48%
B = 20.69%

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

#ECC972 (or 0xECC972) is known color: Golden Sand. HEX triplet: EC, C9 and 72. RGB value is (236,201,114). Sum of RGB (Red+Green+Blue) = 236+201+114=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC972 is #13368D. Grayscale: #C9C9C9. Windows color (decimal): -1259150 or 7522796. OLE color: 7522796.

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

Color convert

RGB 236 201 114 -
CMYK 0 0.15 0.52 0.07
HSL 42.79º 0.76% 0.69% -
HSV(B) 42.79º 0.52% 0.93% -
XYZ 58.52 60.82 24.58 -
YUV 201.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 236 201 114 0 0.15 0.52 0.07 42.79 0.76 0.69
Hex EC C9 72 0 F 34 7 2B 4C 45
Octal 354 311 162 0 17 64 7 53 114 105
Binary 11101100 11001001 1110010 0 1111 110100 111 101011 1001100 1000101

Color Harmonies of #ECC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC972

Black with #ECC972

Text Example


Text Example

White with #ECC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC972; }

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

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

background-color css

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

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

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

border-color css

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

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

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