Html Css Color HEX #E7D5AA Beeswax

📋 copy color: '#E7D5AA'

red 231 ◦ green 213 ◦ blue 170

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

Shades of Beeswax #E7D5AA

Tints of Beeswax #E7D5AA

RGB

 RED value IS 231 (90.63% from 255) = 37.62%

 GREEN value IS 213 (83.59% from 255) = 34.69%

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

R = 37.62%
G = 34.69%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E7D5AA (or 0xE7D5AA) is known color: Beeswax. HEX triplet: E7, D5 and AA. RGB value is (231,213,170). Sum of RGB (Red+Green+Blue) = 231+213+170=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D5AA is #182A55. Grayscale: #D5D5D5. Windows color (decimal): -1583702 or 11195879. OLE color: 11195879.

HSL color Cylindrical-coordinate representation of color #E7D5AA: hue angle of 42.3º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7D5AA is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 213 170 -
CMYK 0 0.08 0.26 0.09
HSL 42.3º 0.56% 0.79% -
HSV(B) 42.3º 0.26% 0.91% -
XYZ 64 67.48 47.68 -
YUV 213.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 231 213 170 0 0.08 0.26 0.09 42.3 0.56 0.79
Hex E7 D5 AA 0 8 1A 9 2A 38 4F
Octal 347 325 252 0 10 32 11 52 70 117
Binary 11100111 11010101 10101010 0 1000 11010 1001 101010 111000 1001111

Color Harmonies of #E7D5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D5AA

Black with #E7D5AA

Text Example


Text Example

White with #E7D5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D5AA; }

 p { color: rgb(231,213,170); }

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

background-color css

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

 a { background-color: rgb(231,213,170); }

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

border-color css

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

 span { border-color: rgb(231,213,170); }

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