Html Css Color HEX #EAA79A Wax Flower

📋 copy color: '#EAA79A'

red 234 ◦ green 167 ◦ blue 154

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

Shades of Wax Flower #EAA79A

Tints of Wax Flower #EAA79A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.09%

 BLUE value IS 154 (60.55% from 255) = 27.75%

R = 42.16%
G = 30.09%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAA79A (or 0xEAA79A) is known color: Wax Flower. HEX triplet: EA, A7 and 9A. RGB value is (234,167,154). Sum of RGB (Red+Green+Blue) = 234+167+154=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA79A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA79A is #155865. Grayscale: #B9B9B9. Windows color (decimal): -1398886 or 10135530. OLE color: 10135530.

HSL color Cylindrical-coordinate representation of color #EAA79A: hue angle of 9.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAA79A is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 167 154 -
CMYK 0 0.29 0.34 0.08
HSL 9.75º 0.66% 0.76% -
HSV(B) 9.75º 0.34% 0.92% -
XYZ 53.58 47.46 36.91 -
YUV 185.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 234 167 154 0 0.29 0.34 0.08 9.75 0.66 0.76
Hex EA A7 9A 0 1D 22 8 A 42 4C
Octal 352 247 232 0 35 42 10 12 102 114
Binary 11101010 10100111 10011010 0 11101 100010 1000 1010 1000010 1001100

Color Harmonies of #EAA79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA79A

Black with #EAA79A

Text Example


Text Example

White with #EAA79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA79A; }

 p { color: rgb(234,167,154); }

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

background-color css

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

 a { background-color: rgb(234,167,154); }

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

border-color css

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

 span { border-color: rgb(234,167,154); }

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