#EEA79A

Color #EEA79A Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EEA79A

Tints of Wax Flower #EEA79A

Color information

#EEA79A (or 0xEEA79A) is unknown color: approx Wax Flower. HEX triplet: EE, A7 and 9A. RGB value is (238,167,154). Sum of RGB (Red+Green+Blue) = 238+167+154=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA79A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA79A is #115865. Grayscale: #BABABA. Windows color (decimal): -1136742 or 10135534. OLE color: 10135534.

HSL color Cylindrical-coordinate representation of color #EEA79A: hue angle of 9.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEA79A is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB238167154-
CMYK00.300.350.07
HSL9.29º71.19%76.86%-
HSV(B)9.29º35.29%93.33%-
XYZ54.9148.1536.97-
YUV186.75109.52164.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.58%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 154 (60.55% from 255) = 27.55%
R=42.58%
G=29.87%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816715400.300.350.079.2971.1976.86
HexEEA79A01E2379474d
Octal35624723203643711107115
Binary111011101010011110011010011110100011111100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA79A; }

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

 H1.HeaderClassName
 {
   color: #EEA79A;
 }
 .AnyTagClassName
 {
   color: #EEA79A;
 }
</style>
background-color css

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

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

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

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

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

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