Html Css Color HEX #EAE1DB Spring Wood

📋 copy color: '#EAE1DB'

red 234 ◦ green 225 ◦ blue 219

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

Shades of Spring Wood #EAE1DB

Tints of Spring Wood #EAE1DB

RGB

 RED value IS 234 (91.8% from 255) = 34.51%

 GREEN value IS 225 (88.28% from 255) = 33.19%

 BLUE value IS 219 (85.94% from 255) = 32.3%

R = 34.51%
G = 33.19%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAE1DB (or 0xEAE1DB) is known color: Spring Wood. HEX triplet: EA, E1 and DB. RGB value is (234,225,219). Sum of RGB (Red+Green+Blue) = 234+225+219=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1DB is #151E24. Grayscale: #E3E3E3. Windows color (decimal): -1383973 or 14410218. OLE color: 14410218.

HSL color Cylindrical-coordinate representation of color #EAE1DB: hue angle of 24º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAE1DB is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 225 219 -
CMYK 0 0.04 0.06 0.08
HSL 24º 0.26% 0.89% -
HSV(B) 24º 0.06% 0.92% -
XYZ 73.64 76.46 77.89 -
YUV 227.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 234 225 219 0 0.04 0.06 0.08 24 0.26 0.89
Hex EA E1 DB 0 4 6 8 18 1A 59
Octal 352 341 333 0 4 6 10 30 32 131
Binary 11101010 11100001 11011011 0 100 110 1000 11000 11010 1011001

Color Harmonies of #EAE1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE1DB

Black with #EAE1DB

Text Example


Text Example

White with #EAE1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE1DB; }

 p { color: rgb(234,225,219); }

 H1.HeaderClassName
 {
   color: #EAE1DB;
 }
 .AnyTagClassName
 {
   color: #EAE1DB;
 }
</style>

background-color css

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

 a { background-color: rgb(234,225,219); }

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

border-color css

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

 span { border-color: rgb(234,225,219); }

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