Html Css Color HEX #EAA79B Wax Flower

📋 copy color: '#EAA79B'

red 234 ◦ green 167 ◦ blue 155

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

Shades of Wax Flower #EAA79B

Tints of Wax Flower #EAA79B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.88%

R = 42.09%
G = 30.04%
B = 27.88%

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

#EAA79B (or 0xEAA79B) is known color: Wax Flower. HEX triplet: EA, A7 and 9B. RGB value is (234,167,155). Sum of RGB (Red+Green+Blue) = 234+167+155=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA79B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA79B is #155864. Grayscale: #B9B9B9. Windows color (decimal): -1398885 or 10201066. OLE color: 10201066.

HSL color Cylindrical-coordinate representation of color #EAA79B: hue angle of 9.11º degrees, saturation: 0.65, 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 #EAA79B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 167 155 -
CMYK 0 0.29 0.34 0.08
HSL 9.11º 0.65% 0.76% -
HSV(B) 9.11º 0.34% 0.92% -
XYZ 53.67 47.5 37.35 -
YUV 185.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 234 167 155 0 0.29 0.34 0.08 9.11 0.65 0.76
Hex EA A7 9B 0 1D 22 8 9 41 4C
Octal 352 247 233 0 35 42 10 11 101 114
Binary 11101010 10100111 10011011 0 11101 100010 1000 1001 1000001 1001100

Color Harmonies of #EAA79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA79B

Black with #EAA79B

Text Example


Text Example

White with #EAA79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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