Html Css Color HEX #EEDE8A Light Goldenrod

📋 copy color: '#EEDE8A'

red 238 ◦ green 222 ◦ blue 138

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

Shades of Light Goldenrod #EEDE8A

Tints of Light Goldenrod #EEDE8A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.12%

 BLUE value IS 138 (54.3% from 255) = 23.08%

R = 39.8%
G = 37.12%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EEDE8A (or 0xEEDE8A) is known color: Light Goldenrod. HEX triplet: EE, DE and 8A. RGB value is (238,222,138). Sum of RGB (Red+Green+Blue) = 238+222+138=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE8A is #112175. Grayscale: #D9D9D9. Windows color (decimal): -1122678 or 9101038. OLE color: 9101038.

HSL color Cylindrical-coordinate representation of color #EEDE8A: hue angle of 50.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEDE8A is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 222 138 -
CMYK 0 0.07 0.42 0.07
HSL 50.4º 0.75% 0.74% -
HSV(B) 50.4º 0.42% 0.93% -
XYZ 65.97 72.25 34.51 -
YUV 217.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 238 222 138 0 0.07 0.42 0.07 50.4 0.75 0.74
Hex EE DE 8A 0 7 2A 7 32 4B 4A
Octal 356 336 212 0 7 52 7 62 113 112
Binary 11101110 11011110 10001010 0 111 101010 111 110010 1001011 1001010

Color Harmonies of #EEDE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE8A

Black with #EEDE8A

Text Example


Text Example

White with #EEDE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE8A; }

 p { color: rgb(238,222,138); }

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

background-color css

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

 a { background-color: rgb(238,222,138); }

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

border-color css

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

 span { border-color: rgb(238,222,138); }

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