#EBE2B4

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

Shades of Pale Goldenrod #EBE2B4

Tints of Pale Goldenrod #EBE2B4

Color information

#EBE2B4 (or 0xEBE2B4) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E2 and B4. RGB value is (235,226,180). Sum of RGB (Red+Green+Blue) = 235+226+180=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2B4 is #141D4B. Grayscale: #DFDFDF. Windows color (decimal): -1318220 or 11854571. OLE color: 11854571.

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

Color convert

RGB235226180-
CMYK00.040.230.08
HSL50.18º57.89%81.37%-
HSV(B)50.18º23.4%92.16%-
XYZ69.775.3554.05-
YUV223.45103.48136.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 226 (88.67% from 255) = 35.26%
BLUE value IS 180 (70.70% from 255) = 28.08%
R=36.66%
G=35.26%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522618000.040.230.0850.1857.8981.37
HexEBE2B404178323a51
Octal3533422640427106272121
Binary11101011111000101011010001001011110001100101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2B4; }

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

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

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

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

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

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

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

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