Html Css Color HEX #ECC970 Golden Sand

📋 copy color: '#ECC970'

red 236 ◦ green 201 ◦ blue 112

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

Shades of Golden Sand #ECC970

Tints of Golden Sand #ECC970

RGB

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

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

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

R = 42.99%
G = 36.61%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECC970 (or 0xECC970) is known color: Golden Sand. HEX triplet: EC, C9 and 70. RGB value is (236,201,112). Sum of RGB (Red+Green+Blue) = 236+201+112=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC970 is #13368F. Grayscale: #C9C9C9. Windows color (decimal): -1259152 or 7391724. OLE color: 7391724.

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

Color convert

RGB 236 201 112 -
CMYK 0 0.15 0.53 0.07
HSL 43.06º 0.77% 0.68% -
HSV(B) 43.06º 0.53% 0.93% -
XYZ 58.4 60.78 23.98 -
YUV 201.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 236 201 112 0 0.15 0.53 0.07 43.06 0.77 0.68
Hex EC C9 70 0 F 35 7 2B 4D 44
Octal 354 311 160 0 17 65 7 53 115 104
Binary 11101100 11001001 1110000 0 1111 110101 111 101011 1001101 1000100

Color Harmonies of #ECC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC970

Black with #ECC970

Text Example


Text Example

White with #ECC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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