#EAE3BD

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

Shades of Half Colonial White #EAE3BD

Tints of Half Colonial White #EAE3BD

Color information

#EAE3BD (or 0xEAE3BD) is unknown color: approx Half Colonial White. HEX triplet: EA, E3 and BD. RGB value is (234,227,189). Sum of RGB (Red+Green+Blue) = 234+227+189=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE3BD is #151C42. Grayscale: #E0E0E0. Windows color (decimal): -1383491 or 12444650. OLE color: 12444650.

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

Color convert

RGB234227189-
CMYK00.030.190.08
HSL50.67º51.72%82.94%-
HSV(B)50.67º19.23%91.76%-
XYZ70.5976.159.11-
YUV224.76107.82134.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 189 (74.22% from 255) = 29.08%
R=36%
G=34.92%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422718900.030.190.0850.6751.7282.94
HexEAE3BD03138333453
Octal3523432750323106364123
Binary1110101011100011101111010111001110001100111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3BD; }

 p { color: rgb(234,227,189); }

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

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

 a { background-color: rgb(234,227,189); }

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

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

 span { border-color: rgb(234,227,189); }

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