Html Css Color HEX #ECD571 Golden Sand

📋 copy color: '#ECD571'

red 236 ◦ green 213 ◦ blue 113

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

Shades of Golden Sand #ECD571

Tints of Golden Sand #ECD571

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.9%

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

R = 41.99%
G = 37.9%
B = 20.11%

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

#ECD571 (or 0xECD571) is known color: Golden Sand. HEX triplet: EC, D5 and 71. RGB value is (236,213,113). Sum of RGB (Red+Green+Blue) = 236+213+113=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD571 is #132A8E. Grayscale: #D0D0D0. Windows color (decimal): -1256079 or 7460332. OLE color: 7460332.

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

Color convert

RGB 236 213 113 -
CMYK 0 0.10 0.52 0.07
HSL 48.78º 0.76% 0.68% -
HSV(B) 48.78º 0.52% 0.93% -
XYZ 61.37 66.61 25.25 -
YUV 208.48 74.12 147.63 -
System Red Green Blue C M Y K H S L
Decimal 236 213 113 0 0.10 0.52 0.07 48.78 0.76 0.68
Hex EC D5 71 0 A 34 7 31 4C 44
Octal 354 325 161 0 12 64 7 61 114 104
Binary 11101100 11010101 1110001 0 1010 110100 111 110001 1001100 1000100

Color Harmonies of #ECD571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD571

Black with #ECD571

Text Example


Text Example

White with #ECD571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD571; }

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

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

background-color css

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

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

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

border-color css

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

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

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