Html Css Color HEX #E2D1AC Beeswax

📋 copy color: '#E2D1AC'

red 226 ◦ green 209 ◦ blue 172

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

Shades of Beeswax #E2D1AC

Tints of Beeswax #E2D1AC

RGB

 RED value IS 226 (88.67% from 255) = 37.23%

 GREEN value IS 209 (82.03% from 255) = 34.43%

 BLUE value IS 172 (67.58% from 255) = 28.34%

R = 37.23%
G = 34.43%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E2D1AC (or 0xE2D1AC) is known color: Beeswax. HEX triplet: E2, D1 and AC. RGB value is (226,209,172). Sum of RGB (Red+Green+Blue) = 226+209+172=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D1AC is #1D2E53. Grayscale: #D2D2D2. Windows color (decimal): -1912404 or 11325922. OLE color: 11325922.

HSL color Cylindrical-coordinate representation of color #E2D1AC: hue angle of 41.11º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2D1AC is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 209 172 -
CMYK 0 0.08 0.24 0.11
HSL 41.11º 0.48% 0.78% -
HSV(B) 41.11º 0.24% 0.89% -
XYZ 61.61 64.75 48.28 -
YUV 209.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 226 209 172 0 0.08 0.24 0.11 41.11 0.48 0.78
Hex E2 D1 AC 0 8 18 B 29 30 4E
Octal 342 321 254 0 10 30 13 51 60 116
Binary 11100010 11010001 10101100 0 1000 11000 1011 101001 110000 1001110

Color Harmonies of #E2D1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D1AC

Black with #E2D1AC

Text Example


Text Example

White with #E2D1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D1AC; }

 p { color: rgb(226,209,172); }

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

background-color css

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

 a { background-color: rgb(226,209,172); }

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

border-color css

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

 span { border-color: rgb(226,209,172); }

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