#EBE3B2

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

Shades of Pale Goldenrod #EBE3B2

Tints of Pale Goldenrod #EBE3B2

Color information

#EBE3B2 (or 0xEBE3B2) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E3 and B2. RGB value is (235,227,178). Sum of RGB (Red+Green+Blue) = 235+227+178=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE3B2 is #141C4D. Grayscale: #E0E0E0. Windows color (decimal): -1317966 or 11723755. OLE color: 11723755.

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

Color convert

RGB235227178-
CMYK00.030.240.08
HSL51.58º58.76%80.98%-
HSV(B)51.58º24.26%92.16%-
XYZ69.7775.8153.08-
YUV223.81102.15135.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 227 (89.06% from 255) = 35.47%
BLUE value IS 178 (69.92% from 255) = 27.81%
R=36.72%
G=35.47%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522717800.030.240.0851.5858.7680.98
HexEBE3B203188343b51
Octal3533432620330106473121
Binary1110101111100011101100100111100010001101001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3B2; }

 p { color: rgb(235,227,178); }

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

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

 a { background-color: rgb(235,227,178); }

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

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

 span { border-color: rgb(235,227,178); }

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