Html Css Color HEX #EED573 Golden Sand

📋 copy color: '#EED573'

red 238 ◦ green 213 ◦ blue 115

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

Shades of Golden Sand #EED573

Tints of Golden Sand #EED573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.32%

R = 42.05%
G = 37.63%
B = 20.32%

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

#EED573 (or 0xEED573) is known color: Golden Sand. HEX triplet: EE, D5 and 73. RGB value is (238,213,115). Sum of RGB (Red+Green+Blue) = 238+213+115=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EED573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED573 is #112A8C. Grayscale: #D1D1D1. Windows color (decimal): -1125005 or 7591406. OLE color: 7591406.

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

Color convert

RGB 238 213 115 -
CMYK 0 0.11 0.52 0.07
HSL 47.8º 0.78% 0.69% -
HSV(B) 47.8º 0.52% 0.93% -
XYZ 62.15 67 25.88 -
YUV 209.3 74.78 148.47 -
System Red Green Blue C M Y K H S L
Decimal 238 213 115 0 0.11 0.52 0.07 47.8 0.78 0.69
Hex EE D5 73 0 B 34 7 30 4E 45
Octal 356 325 163 0 13 64 7 60 116 105
Binary 11101110 11010101 1110011 0 1011 110100 111 110000 1001110 1000101

Color Harmonies of #EED573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED573

Black with #EED573

Text Example


Text Example

White with #EED573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED573; }

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

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

background-color css

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

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

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

border-color css

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

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

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