#EBDE88

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

Shades of Light Goldenrod #EBDE88

Tints of Light Goldenrod #EBDE88

Color information

#EBDE88 (or 0xEBDE88) is unknown color: approx Light Goldenrod. HEX triplet: EB, DE and 88. RGB value is (235,222,136). Sum of RGB (Red+Green+Blue) = 235+222+136=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDE88 is #142177. Grayscale: #D8D8D8. Windows color (decimal): -1319288 or 8969963. OLE color: 8969963.

HSL color Cylindrical-coordinate representation of color #EBDE88: hue angle of 52.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBDE88 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB235222136-
CMYK00.060.420.08
HSL52.12º71.22%72.75%-
HSV(B)52.12º42.13%92.16%-
XYZ64.8371.6833.71-
YUV216.0882.81141.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 136 (53.52% from 255) = 22.93%
R=39.63%
G=37.44%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522213600.060.420.0852.1271.2272.75
HexEBDE88062A8344749
Octal35333621006521064107111
Binary1110101111011110100010000110101010100011010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE88; }

 p { color: rgb(235,222,136); }

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

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

 a { background-color: rgb(235,222,136); }

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

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

 span { border-color: rgb(235,222,136); }

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