Html Css Color HEX #ECC470 Golden Sand

📋 copy color: '#ECC470'

red 236 ◦ green 196 ◦ blue 112

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

Shades of Golden Sand #ECC470

Tints of Golden Sand #ECC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.03%

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

R = 43.38%
G = 36.03%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECC470 (or 0xECC470) is known color: Golden Sand. HEX triplet: EC, C4 and 70. RGB value is (236,196,112). Sum of RGB (Red+Green+Blue) = 236+196+112=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC470 is #133B8F. Grayscale: #C6C6C6. Windows color (decimal): -1260432 or 7390444. OLE color: 7390444.

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

Color convert

RGB 236 196 112 -
CMYK 0 0.17 0.53 0.07
HSL 40.65º 0.77% 0.68% -
HSV(B) 40.65º 0.53% 0.93% -
XYZ 57.26 58.48 23.6 -
YUV 198.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 236 196 112 0 0.17 0.53 0.07 40.65 0.77 0.68
Hex EC C4 70 0 11 35 7 29 4D 44
Octal 354 304 160 0 21 65 7 51 115 104
Binary 11101100 11000100 1110000 0 10001 110101 111 101001 1001101 1000100

Color Harmonies of #ECC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC470

Black with #ECC470

Text Example


Text Example

White with #ECC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC470; }

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

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

background-color css

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

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

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

border-color css

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

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

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