Html Css Color HEX #EED572 Golden Sand

📋 copy color: '#EED572'

red 238 ◦ green 213 ◦ blue 114

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

Shades of Golden Sand #EED572

Tints of Golden Sand #EED572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.18%

R = 42.12%
G = 37.7%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EED572 (or 0xEED572) is known color: Golden Sand. HEX triplet: EE, D5 and 72. RGB value is (238,213,114). Sum of RGB (Red+Green+Blue) = 238+213+114=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EED572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED572 is #112A8D. Grayscale: #D1D1D1. Windows color (decimal): -1125006 or 7525870. OLE color: 7525870.

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

Color convert

RGB 238 213 114 -
CMYK 0 0.11 0.52 0.07
HSL 47.9º 0.78% 0.69% -
HSV(B) 47.9º 0.52% 0.93% -
XYZ 62.09 66.98 25.58 -
YUV 209.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 238 213 114 0 0.11 0.52 0.07 47.9 0.78 0.69
Hex EE D5 72 0 B 34 7 30 4E 45
Octal 356 325 162 0 13 64 7 60 116 105
Binary 11101110 11010101 1110010 0 1011 110100 111 110000 1001110 1000101

Color Harmonies of #EED572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED572

Black with #EED572

Text Example


Text Example

White with #EED572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED572; }

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

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

background-color css

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

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

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

border-color css

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

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

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