#EBE4A2

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

Shades of Pale Goldenrod #EBE4A2

Tints of Pale Goldenrod #EBE4A2

Color information

#EBE4A2 (or 0xEBE4A2) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E4 and A2. RGB value is (235,228,162). Sum of RGB (Red+Green+Blue) = 235+228+162=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 162 (63.67% from 255 or 25.92% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE4A2 is #141B5D. Grayscale: #DEDEDE. Windows color (decimal): -1317726 or 10675435. OLE color: 10675435.

HSL color Cylindrical-coordinate representation of color #EBE4A2: hue angle of 54.25º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBE4A2 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235228162-
CMYK00.030.310.08
HSL54.25º64.6%77.84%-
HSV(B)54.25º31.06%92.16%-
XYZ68.5375.7645.19-
YUV222.5793.82136.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 228 (89.45% from 255) = 36.48%
BLUE value IS 162 (63.67% from 255) = 25.92%
R=37.6%
G=36.48%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522816200.030.310.0854.2564.677.84
HexEBE4A2031F836414e
Octal35334424203371066101116
Binary11101011111001001010001001111111100011011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4A2; }

 p { color: rgb(235,228,162); }

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

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

 a { background-color: rgb(235,228,162); }

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

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

 span { border-color: rgb(235,228,162); }

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