Html Css Color HEX #EEA89A Wax Flower

📋 copy color: '#EEA89A'

red 238 ◦ green 168 ◦ blue 154

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

Shades of Wax Flower #EEA89A

Tints of Wax Flower #EEA89A

RGB

 RED value IS 238 (93.36% from 255) = 42.5%

 GREEN value IS 168 (66.02% from 255) = 30%

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

R = 42.5%
G = 30%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EEA89A (or 0xEEA89A) is known color: Wax Flower. HEX triplet: EE, A8 and 9A. RGB value is (238,168,154). Sum of RGB (Red+Green+Blue) = 238+168+154=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA89A is #115765. Grayscale: #BBBBBB. Windows color (decimal): -1136486 or 10135790. OLE color: 10135790.

HSL color Cylindrical-coordinate representation of color #EEA89A: hue angle of 10º 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 #EEA89A is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 168 154 -
CMYK 0 0.29 0.35 0.07
HSL 10º 0.71% 0.77% -
HSV(B) 10º 0.35% 0.93% -
XYZ 55.1 48.52 37.03 -
YUV 187.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 238 168 154 0 0.29 0.35 0.07 10 0.71 0.77
Hex EE A8 9A 0 1D 23 7 A 47 4D
Octal 356 250 232 0 35 43 7 12 107 115
Binary 11101110 10101000 10011010 0 11101 100011 111 1010 1000111 1001101

Color Harmonies of #EEA89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA89A

Black with #EEA89A

Text Example


Text Example

White with #EEA89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA89A; }

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

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

background-color css

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

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

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

border-color css

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

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

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