#EBE0A3

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

Shades of Pale Goldenrod #EBE0A3

Tints of Pale Goldenrod #EBE0A3

Color information

#EBE0A3 (or 0xEBE0A3) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E0 and A3. RGB value is (235,224,163). Sum of RGB (Red+Green+Blue) = 235+224+163=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE0A3 is #141F5C. Grayscale: #DCDCDC. Windows color (decimal): -1318749 or 10739947. OLE color: 10739947.

HSL color Cylindrical-coordinate representation of color #EBE0A3: hue angle of 50.83º degrees, saturation: 0.64, 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 #EBE0A3 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235224163-
CMYK00.050.310.08
HSL50.83º64.29%78.04%-
HSV(B)50.83º30.64%92.16%-
XYZ67.5373.6245.3-
YUV220.3395.64138.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 163 (64.06% from 255) = 26.21%
R=37.78%
G=36.01%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522416300.050.310.0850.8364.2978.04
HexEBE0A3051F833404e
Octal35334024305371063100116
Binary111010111110000010100011010111111100011001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0A3; }

 p { color: rgb(235,224,163); }

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

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

 a { background-color: rgb(235,224,163); }

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

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

 span { border-color: rgb(235,224,163); }

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