#EBE3B1

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

Shades of Pale Goldenrod #EBE3B1

Tints of Pale Goldenrod #EBE3B1

Color information

#EBE3B1 (or 0xEBE3B1) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E3 and B1. RGB value is (235,227,177). Sum of RGB (Red+Green+Blue) = 235+227+177=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE3B1 is #141C4E. Grayscale: #DFDFDF. Windows color (decimal): -1317967 or 11658219. OLE color: 11658219.

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

Color convert

RGB235227177-
CMYK00.030.250.08
HSL51.72º59.18%80.78%-
HSV(B)51.72º24.68%92.16%-
XYZ69.6775.7752.55-
YUV223.69101.65136.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 227 (89.06% from 255) = 35.52%
BLUE value IS 177 (69.53% from 255) = 27.70%
R=36.78%
G=35.52%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522717700.030.250.0851.7259.1880.78
HexEBE3B103198343b51
Octal3533432610331106473121
Binary1110101111100011101100010111100110001101001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3B1; }

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

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

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

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

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

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

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

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