#EBE19C

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

Shades of Pale Goldenrod #EBE19C

Tints of Pale Goldenrod #EBE19C

Color information

#EBE19C (or 0xEBE19C) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E1 and 9C. RGB value is (235,225,156). Sum of RGB (Red+Green+Blue) = 235+225+156=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE19C is #141E63. Grayscale: #DCDCDC. Windows color (decimal): -1318500 or 10281451. OLE color: 10281451.

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

Color convert

RGB235225156-
CMYK00.040.340.08
HSL52.41º66.39%76.67%-
HSV(B)52.41º33.62%92.16%-
XYZ67.1973.9142.18-
YUV220.1291.81138.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 225 (88.28% from 255) = 36.53%
BLUE value IS 156 (61.33% from 255) = 25.32%
R=38.15%
G=36.53%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522515600.040.340.0852.4166.3976.67
HexEBE19C0422834424d
Octal35334123404421064102115
Binary1110101111100001100111000100100010100011010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE19C; }

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

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

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

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

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

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

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

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