#EBE2AB

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

Shades of Pale Goldenrod #EBE2AB

Tints of Pale Goldenrod #EBE2AB

Color information

#EBE2AB (or 0xEBE2AB) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E2 and AB. RGB value is (235,226,171). Sum of RGB (Red+Green+Blue) = 235+226+171=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE2AB is #141D54. Grayscale: #DEDEDE. Windows color (decimal): -1318229 or 11264747. OLE color: 11264747.

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

Color convert

RGB235226171-
CMYK00.040.270.08
HSL51.56º61.54%79.61%-
HSV(B)51.56º27.23%92.16%-
XYZ68.817549.38-
YUV222.4298.98136.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 226 (88.67% from 255) = 35.76%
BLUE value IS 171 (67.19% from 255) = 27.06%
R=37.18%
G=35.76%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522617100.040.270.0851.5661.5479.61
HexEBE2AB041B8343e50
Octal3533422530433106476120
Binary11101011111000101010101101001101110001101001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2AB; }

 p { color: rgb(235,226,171); }

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

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

 a { background-color: rgb(235,226,171); }

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

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

 span { border-color: rgb(235,226,171); }

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