#EAE2BB

Color #EAE2BB Half Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Colonial White #EAE2BB

Tints of Half Colonial White #EAE2BB

Color information

#EAE2BB (or 0xEAE2BB) is unknown color: approx Half Colonial White. HEX triplet: EA, E2 and BB. RGB value is (234,226,187). Sum of RGB (Red+Green+Blue) = 234+226+187=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2BB is #151D44. Grayscale: #E0E0E0. Windows color (decimal): -1383749 or 12313322. OLE color: 12313322.

HSL color Cylindrical-coordinate representation of color #EAE2BB: hue angle of 49.79º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAE2BB is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234226187-
CMYK00.030.200.08
HSL49.79º52.81%82.55%-
HSV(B)49.79º20.09%91.76%-
XYZ70.175.4757.89-
YUV223.95107.15135.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 226 (88.67% from 255) = 34.93%
BLUE value IS 187 (73.44% from 255) = 28.90%
R=36.17%
G=34.93%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422618700.030.200.0849.7952.8182.55
HexEAE2BB03148323553
Octal3523422730324106265123
Binary1110101011100010101110110111010010001100101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2BB; }

 p { color: rgb(234,226,187); }

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

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

 a { background-color: rgb(234,226,187); }

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

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

 span { border-color: rgb(234,226,187); }

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