#EBE19E

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

Shades of Pale Goldenrod #EBE19E

Tints of Pale Goldenrod #EBE19E

Color information

#EBE19E (or 0xEBE19E) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E1 and 9E. RGB value is (235,225,158). Sum of RGB (Red+Green+Blue) = 235+225+158=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE19E is #141E61. Grayscale: #DCDCDC. Windows color (decimal): -1318498 or 10412523. OLE color: 10412523.

HSL color Cylindrical-coordinate representation of color #EBE19E: hue angle of 52.21º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBE19E is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB235225158-
CMYK00.040.330.08
HSL52.21º65.81%77.06%-
HSV(B)52.21º32.77%92.16%-
XYZ67.3673.9843.08-
YUV220.3592.81138.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 225 (88.28% from 255) = 36.41%
BLUE value IS 158 (62.11% from 255) = 25.57%
R=38.03%
G=36.41%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522515800.040.330.0852.2165.8177.06
HexEBE19E0421834424d
Octal35334123604411064102115
Binary1110101111100001100111100100100001100011010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE19E; }

 p { color: rgb(235,225,158); }

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

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

 a { background-color: rgb(235,225,158); }

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

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

 span { border-color: rgb(235,225,158); }

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