Html Css Color HEX #E1CFAA Beeswax

📋 copy color: '#E1CFAA'

red 225 ◦ green 207 ◦ blue 170

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

Shades of Beeswax #E1CFAA

Tints of Beeswax #E1CFAA

RGB

 RED value IS 225 (88.28% from 255) = 37.38%

 GREEN value IS 207 (81.25% from 255) = 34.39%

 BLUE value IS 170 (66.8% from 255) = 28.24%

R = 37.38%
G = 34.39%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E1CFAA (or 0xE1CFAA) is known color: Beeswax. HEX triplet: E1, CF and AA. RGB value is (225,207,170). Sum of RGB (Red+Green+Blue) = 225+207+170=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CFAA is #1E3055. Grayscale: #D0D0D0. Windows color (decimal): -1978454 or 11194337. OLE color: 11194337.

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

Color convert

RGB 225 207 170 -
CMYK 0 0.08 0.24 0.12
HSL 40.36º 0.48% 0.77% -
HSV(B) 40.36º 0.24% 0.88% -
XYZ 60.62 63.54 47.1 -
YUV 208.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 225 207 170 0 0.08 0.24 0.12 40.36 0.48 0.77
Hex E1 CF AA 0 8 18 C 28 30 4D
Octal 341 317 252 0 10 30 14 50 60 115
Binary 11100001 11001111 10101010 0 1000 11000 1100 101000 110000 1001101

Color Harmonies of #E1CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CFAA

Black with #E1CFAA

Text Example


Text Example

White with #E1CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CFAA; }

 p { color: rgb(225,207,170); }

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

background-color css

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

 a { background-color: rgb(225,207,170); }

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

border-color css

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

 span { border-color: rgb(225,207,170); }

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