#EBE2B3

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

Shades of Pale Goldenrod #EBE2B3

Tints of Pale Goldenrod #EBE2B3

Color information

#EBE2B3 (or 0xEBE2B3) is unknown color: approx Pale Goldenrod. HEX triplet: EB, E2 and B3. RGB value is (235,226,179). Sum of RGB (Red+Green+Blue) = 235+226+179=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2B3 is #141D4C. Grayscale: #DFDFDF. Windows color (decimal): -1318221 or 11789035. OLE color: 11789035.

HSL color Cylindrical-coordinate representation of color #EBE2B3: hue angle of 50.36º degrees, saturation: 0.58, 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 #EBE2B3 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235226179-
CMYK00.040.240.08
HSL50.36º58.33%81.18%-
HSV(B)50.36º23.83%92.16%-
XYZ69.5975.3153.52-
YUV223.33102.98136.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 226 (88.67% from 255) = 35.31%
BLUE value IS 179 (70.31% from 255) = 27.97%
R=36.72%
G=35.31%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522617900.040.240.0850.3658.3381.18
HexEBE2B304188323a51
Octal3533422630430106272121
Binary11101011111000101011001101001100010001100101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2B3; }

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

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

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

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

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

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

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

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