Html Css Color HEX #EED077 Golden Sand

📋 copy color: '#EED077'

red 238 ◦ green 208 ◦ blue 119

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

Shades of Golden Sand #EED077

Tints of Golden Sand #EED077

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.81%

 BLUE value IS 119 (46.88% from 255) = 21.06%

R = 42.12%
G = 36.81%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EED077 (or 0xEED077) is known color: Golden Sand. HEX triplet: EE, D0 and 77. RGB value is (238,208,119). Sum of RGB (Red+Green+Blue) = 238+208+119=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EED077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED077 is #112F88. Grayscale: #CFCFCF. Windows color (decimal): -1126281 or 7852270. OLE color: 7852270.

HSL color Cylindrical-coordinate representation of color #EED077: hue angle of 44.87º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED077 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 119 -
CMYK 0 0.13 0.50 0.07
HSL 44.87º 0.78% 0.7% -
HSV(B) 44.87º 0.5% 0.93% -
XYZ 61.15 64.62 26.7 -
YUV 206.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 238 208 119 0 0.13 0.50 0.07 44.87 0.78 0.7
Hex EE D0 77 0 D 32 7 2D 4E 46
Octal 356 320 167 0 15 62 7 55 116 106
Binary 11101110 11010000 1110111 0 1101 110010 111 101101 1001110 1000110

Color Harmonies of #EED077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED077

Black with #EED077

Text Example


Text Example

White with #EED077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED077; }

 p { color: rgb(238,208,119); }

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

background-color css

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

 a { background-color: rgb(238,208,119); }

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

border-color css

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

 span { border-color: rgb(238,208,119); }

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