Html Css Color HEX #EAE3BD Half Colonial White

📋 copy color: '#EAE3BD'

red 234 ◦ green 227 ◦ blue 189

#EAE3BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Colonial White #EAE3BD

Tints of Half Colonial White #EAE3BD

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EAE3BD (or 0xEAE3BD) is known color: 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

RGB 234 227 189 -
CMYK 0 0.03 0.19 0.08
HSL 50.67º 0.52% 0.83% -
HSV(B) 50.67º 0.19% 0.92% -
XYZ 70.59 76.1 59.11 -
YUV 224.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 234 227 189 0 0.03 0.19 0.08 50.67 0.52 0.83
Hex EA E3 BD 0 3 13 8 33 34 53
Octal 352 343 275 0 3 23 10 63 64 123
Binary 11101010 11100011 10111101 0 11 10011 1000 110011 110100 1010011

Color Harmonies of #EAE3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE3BD

Black with #EAE3BD

Text Example


Text Example

White with #EAE3BD

Text Example


Text Example

HTML Codes & Css Web 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>