Html Css Color HEX #EAB79E Wax Flower

📋 copy color: '#EAB79E'

red 234 ◦ green 183 ◦ blue 158

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

Shades of Wax Flower #EAB79E

Tints of Wax Flower #EAB79E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.83%

 BLUE value IS 158 (62.11% from 255) = 27.48%

R = 40.7%
G = 31.83%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAB79E (or 0xEAB79E) is known color: Wax Flower. HEX triplet: EA, B7 and 9E. RGB value is (234,183,158). Sum of RGB (Red+Green+Blue) = 234+183+158=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB79E is #154861. Grayscale: #C3C3C3. Windows color (decimal): -1394786 or 10401770. OLE color: 10401770.

HSL color Cylindrical-coordinate representation of color #EAB79E: hue angle of 19.74º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAB79E is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 183 158 -
CMYK 0 0.22 0.32 0.08
HSL 19.74º 0.64% 0.77% -
HSV(B) 19.74º 0.32% 0.92% -
XYZ 57.04 53.83 39.73 -
YUV 195.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 234 183 158 0 0.22 0.32 0.08 19.74 0.64 0.77
Hex EA B7 9E 0 16 20 8 14 40 4D
Octal 352 267 236 0 26 40 10 24 100 115
Binary 11101010 10110111 10011110 0 10110 100000 1000 10100 1000000 1001101

Color Harmonies of #EAB79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB79E

Black with #EAB79E

Text Example


Text Example

White with #EAB79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB79E; }

 p { color: rgb(234,183,158); }

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

background-color css

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

 a { background-color: rgb(234,183,158); }

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

border-color css

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

 span { border-color: rgb(234,183,158); }

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