Html Css Color HEX #E5D7AE Beeswax

📋 copy color: '#E5D7AE'

red 229 ◦ green 215 ◦ blue 174

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

Shades of Beeswax #E5D7AE

Tints of Beeswax #E5D7AE

RGB

 RED value IS 229 (89.84% from 255) = 37.06%

 GREEN value IS 215 (84.38% from 255) = 34.79%

 BLUE value IS 174 (68.36% from 255) = 28.16%

R = 37.06%
G = 34.79%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E5D7AE (or 0xE5D7AE) is known color: Beeswax. HEX triplet: E5, D7 and AE. RGB value is (229,215,174). Sum of RGB (Red+Green+Blue) = 229+215+174=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D7AE is #1A2851. Grayscale: #D6D6D6. Windows color (decimal): -1714258 or 11458533. OLE color: 11458533.

HSL color Cylindrical-coordinate representation of color #E5D7AE: hue angle of 44.73º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5D7AE is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 215 174 -
CMYK 0 0.06 0.24 0.10
HSL 44.73º 0.51% 0.79% -
HSV(B) 44.73º 0.24% 0.9% -
XYZ 64.25 68.31 49.84 -
YUV 214.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 229 215 174 0 0.06 0.24 0.10 44.73 0.51 0.79
Hex E5 D7 AE 0 6 18 A 2D 33 4F
Octal 345 327 256 0 6 30 12 55 63 117
Binary 11100101 11010111 10101110 0 110 11000 1010 101101 110011 1001111

Color Harmonies of #E5D7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D7AE

Black with #E5D7AE

Text Example


Text Example

White with #E5D7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D7AE; }

 p { color: rgb(229,215,174); }

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

background-color css

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

 a { background-color: rgb(229,215,174); }

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

border-color css

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

 span { border-color: rgb(229,215,174); }

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