Html Css Color HEX #EAE2D9 Spring Wood

📋 copy color: '#EAE2D9'

red 234 ◦ green 226 ◦ blue 217

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

Shades of Spring Wood #EAE2D9

Tints of Spring Wood #EAE2D9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.38%

 BLUE value IS 217 (85.16% from 255) = 32.05%

R = 34.56%
G = 33.38%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAE2D9 (or 0xEAE2D9) is known color: Spring Wood. HEX triplet: EA, E2 and D9. RGB value is (234,226,217). Sum of RGB (Red+Green+Blue) = 234+226+217=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2D9 is #151D26. Grayscale: #E3E3E3. Windows color (decimal): -1383719 or 14279402. OLE color: 14279402.

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

Color convert

RGB 234 226 217 -
CMYK 0 0.03 0.07 0.08
HSL 31.76º 0.29% 0.88% -
HSV(B) 31.76º 0.07% 0.92% -
XYZ 73.65 76.89 76.61 -
YUV 227.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 234 226 217 0 0.03 0.07 0.08 31.76 0.29 0.88
Hex EA E2 D9 0 3 7 8 20 1D 58
Octal 352 342 331 0 3 7 10 40 35 130
Binary 11101010 11100010 11011001 0 11 111 1000 100000 11101 1011000

Color Harmonies of #EAE2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE2D9

Black with #EAE2D9

Text Example


Text Example

White with #EAE2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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