#EBE6A7

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

Shades of Pale Goldenrod #EBE6A7

Tints of Pale Goldenrod #EBE6A7

Color information

#EBE6A7 (or 0xEBE6A7) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E6 and A7. RGB value is (235,230,167). Sum of RGB (Red+Green+Blue) = 235+230+167=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 167 (65.62% from 255 or 26.42% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE6A7 is #141958. Grayscale: #E0E0E0. Windows color (decimal): -1317209 or 11003627. OLE color: 11003627.

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

Color convert

RGB235230167-
CMYK00.020.290.08
HSL55.59º62.96%78.82%-
HSV(B)55.59º28.94%92.16%-
XYZ69.5377.0547.77-
YUV224.3195.66135.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 230 (90.23% from 255) = 36.39%
BLUE value IS 167 (65.62% from 255) = 26.42%
R=37.18%
G=36.39%
B=26.42%

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
Decimal23523016700.020.290.0855.5962.9678.82
HexEBE6A7021D8383f4f
Octal3533462470235107077117
Binary1110101111100110101001110101110110001110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6A7; }

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

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

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

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

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

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

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

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