#EBE3A6

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

Shades of Pale Goldenrod #EBE3A6

Tints of Pale Goldenrod #EBE3A6

Color information

#EBE3A6 (or 0xEBE3A6) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E3 and A6. RGB value is (235,227,166). Sum of RGB (Red+Green+Blue) = 235+227+166=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 166 (65.23% from 255 or 26.43% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE3A6 is #141C59. Grayscale: #DEDEDE. Windows color (decimal): -1317978 or 10937323. OLE color: 10937323.

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

Color convert

RGB235227166-
CMYK00.030.290.08
HSL53.04º63.3%78.63%-
HSV(B)53.04º29.36%92.16%-
XYZ68.6175.3547-
YUV222.4496.15136.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 227 (89.06% from 255) = 36.15%
BLUE value IS 166 (65.23% from 255) = 26.43%
R=37.42%
G=36.15%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522716600.030.290.0853.0463.378.63
HexEBE3A6031D8353f4f
Octal3533432460335106577117
Binary1110101111100011101001100111110110001101011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3A6; }

 p { color: rgb(235,227,166); }

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

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

 a { background-color: rgb(235,227,166); }

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

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

 span { border-color: rgb(235,227,166); }

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