#EBE6A8

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

Shades of Pale Goldenrod #EBE6A8

Tints of Pale Goldenrod #EBE6A8

Color information

#EBE6A8 (or 0xEBE6A8) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E6 and A8. RGB value is (235,230,168). Sum of RGB (Red+Green+Blue) = 235+230+168=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 168 (66.02% from 255 or 26.54% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6A8 is #141957. Grayscale: #E0E0E0. Windows color (decimal): -1317208 or 11069163. OLE color: 11069163.

HSL color Cylindrical-coordinate representation of color #EBE6A8: hue angle of 55.52º 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 #EBE6A8 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235230168-
CMYK00.020.290.08
HSL55.52º62.62%79.02%-
HSV(B)55.52º28.51%92.16%-
XYZ69.6377.0848.25-
YUV224.4396.16135.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 230 (90.23% from 255) = 36.33%
BLUE value IS 168 (66.02% from 255) = 26.54%
R=37.12%
G=36.33%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523016800.020.290.0855.5262.6279.02
HexEBE6A8021D8383f4f
Octal3533462500235107077117
Binary1110101111100110101010000101110110001110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6A8; }

 p { color: rgb(235,230,168); }

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

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

 a { background-color: rgb(235,230,168); }

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

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

 span { border-color: rgb(235,230,168); }

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