#EEDD88

Color #EEDD88 Light Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod #EEDD88

Tints of Light Goldenrod #EEDD88

Color information

#EEDD88 (or 0xEEDD88) is unknown color: approx Light Goldenrod. HEX triplet: EE, DD and 88. RGB value is (238,221,136). Sum of RGB (Red+Green+Blue) = 238+221+136=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD88 is #112277. Grayscale: #D8D8D8. Windows color (decimal): -1122936 or 8969710. OLE color: 8969710.

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

Color convert

RGB238221136-
CMYK00.070.430.07
HSL50º75%73.33%-
HSV(B)50º42.86%93.33%-
XYZ65.5671.6733.67-
YUV216.3982.63143.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 136 (53.52% from 255) = 22.86%
R=40%
G=37.14%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822113600.070.430.07507573.33
HexEEDD88072B7324b49
Octal3563352100753762113111
Binary111011101101110110001000011110101111111001010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD88; }

 p { color: rgb(238,221,136); }

 H1.HeaderClassName
 {
   color: #EEDD88;
 }
 .AnyTagClassName
 {
   color: #EEDD88;
 }
</style>
background-color css

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

 a { background-color: rgb(238,221,136); }

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

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

 span { border-color: rgb(238,221,136); }

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