Html Css Color HEX #EED571 Golden Sand

📋 copy color: '#EED571'

red 238 ◦ green 213 ◦ blue 113

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

Shades of Golden Sand #EED571

Tints of Golden Sand #EED571

RGB

 RED value IS 238 (93.36% from 255) = 42.2%

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

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

R = 42.2%
G = 37.77%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EED571 (or 0xEED571) is known color: Golden Sand. HEX triplet: EE, D5 and 71. RGB value is (238,213,113). Sum of RGB (Red+Green+Blue) = 238+213+113=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EED571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED571 is #112A8E. Grayscale: #D1D1D1. Windows color (decimal): -1125007 or 7460334. OLE color: 7460334.

HSL color Cylindrical-coordinate representation of color #EED571: hue angle of 48º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EED571 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 213 113 -
CMYK 0 0.11 0.53 0.07
HSL 48º 0.79% 0.69% -
HSV(B) 48º 0.53% 0.93% -
XYZ 62.03 66.96 25.28 -
YUV 209.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 238 213 113 0 0.11 0.53 0.07 48 0.79 0.69
Hex EE D5 71 0 B 35 7 30 4F 45
Octal 356 325 161 0 13 65 7 60 117 105
Binary 11101110 11010101 1110001 0 1011 110101 111 110000 1001111 1000101

Color Harmonies of #EED571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED571

Black with #EED571

Text Example


Text Example

White with #EED571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED571; }

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

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

background-color css

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

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

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

border-color css

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

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

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