Html Css Color HEX #ECD471 Golden Sand

📋 copy color: '#ECD471'

red 236 ◦ green 212 ◦ blue 113

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

Shades of Golden Sand #ECD471

Tints of Golden Sand #ECD471

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.79%

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

R = 42.07%
G = 37.79%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECD471 (or 0xECD471) is known color: Golden Sand. HEX triplet: EC, D4 and 71. RGB value is (236,212,113). Sum of RGB (Red+Green+Blue) = 236+212+113=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 113 (44.53% from 255 or 20.14% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD471 is #132B8E. Grayscale: #D0D0D0. Windows color (decimal): -1256335 or 7460076. OLE color: 7460076.

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

Color convert

RGB 236 212 113 -
CMYK 0 0.10 0.52 0.07
HSL 48.29º 0.76% 0.68% -
HSV(B) 48.29º 0.52% 0.93% -
XYZ 61.12 66.11 25.16 -
YUV 207.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 236 212 113 0 0.10 0.52 0.07 48.29 0.76 0.68
Hex EC D4 71 0 A 34 7 30 4C 44
Octal 354 324 161 0 12 64 7 60 114 104
Binary 11101100 11010100 1110001 0 1010 110100 111 110000 1001100 1000100

Color Harmonies of #ECD471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD471

Black with #ECD471

Text Example


Text Example

White with #ECD471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD471; }

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

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

background-color css

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

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

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

border-color css

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

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

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