Html Css Color HEX #ECC471 Golden Sand

📋 copy color: '#ECC471'

red 236 ◦ green 196 ◦ blue 113

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

Shades of Golden Sand #ECC471

Tints of Golden Sand #ECC471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.73%

R = 43.3%
G = 35.96%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECC471 (or 0xECC471) is known color: Golden Sand. HEX triplet: EC, C4 and 71. RGB value is (236,196,113). Sum of RGB (Red+Green+Blue) = 236+196+113=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC471 is #133B8E. Grayscale: #C6C6C6. Windows color (decimal): -1260431 or 7455980. OLE color: 7455980.

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

Color convert

RGB 236 196 113 -
CMYK 0 0.17 0.52 0.07
HSL 40.49º 0.76% 0.68% -
HSV(B) 40.49º 0.52% 0.93% -
XYZ 57.31 58.5 23.89 -
YUV 198.5 79.75 154.75 -
System Red Green Blue C M Y K H S L
Decimal 236 196 113 0 0.17 0.52 0.07 40.49 0.76 0.68
Hex EC C4 71 0 11 34 7 28 4C 44
Octal 354 304 161 0 21 64 7 50 114 104
Binary 11101100 11000100 1110001 0 10001 110100 111 101000 1001100 1000100

Color Harmonies of #ECC471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC471

Black with #ECC471

Text Example


Text Example

White with #ECC471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC471; }

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

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

background-color css

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

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

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

border-color css

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

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

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