Html Css Color HEX #EED472 Golden Sand

📋 copy color: '#EED472'

red 238 ◦ green 212 ◦ blue 114

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

Shades of Golden Sand #EED472

Tints of Golden Sand #EED472

RGB

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

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

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

R = 42.2%
G = 37.59%
B = 20.21%

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

#EED472 (or 0xEED472) is known color: Golden Sand. HEX triplet: EE, D4 and 72. RGB value is (238,212,114). Sum of RGB (Red+Green+Blue) = 238+212+114=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EED472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED472 is #112B8D. Grayscale: #D1D1D1. Windows color (decimal): -1125262 or 7525614. OLE color: 7525614.

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

Color convert

RGB 238 212 114 -
CMYK 0 0.11 0.52 0.07
HSL 47.42º 0.78% 0.69% -
HSV(B) 47.42º 0.52% 0.93% -
XYZ 61.84 66.48 25.49 -
YUV 208.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 238 212 114 0 0.11 0.52 0.07 47.42 0.78 0.69
Hex EE D4 72 0 B 34 7 2F 4E 45
Octal 356 324 162 0 13 64 7 57 116 105
Binary 11101110 11010100 1110010 0 1011 110100 111 101111 1001110 1000101

Color Harmonies of #EED472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED472

Black with #EED472

Text Example


Text Example

White with #EED472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED472; }

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

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

background-color css

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

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

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

border-color css

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

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

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