Html Css Color HEX #EEA99A Wax Flower

📋 copy color: '#EEA99A'

red 238 ◦ green 169 ◦ blue 154

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

Shades of Wax Flower #EEA99A

Tints of Wax Flower #EEA99A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.12%

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

R = 42.42%
G = 30.12%
B = 27.45%

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

#EEA99A (or 0xEEA99A) is known color: Wax Flower. HEX triplet: EE, A9 and 9A. RGB value is (238,169,154). Sum of RGB (Red+Green+Blue) = 238+169+154=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA99A is #115665. Grayscale: #BCBCBC. Windows color (decimal): -1136230 or 10136046. OLE color: 10136046.

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

Color convert

RGB 238 169 154 -
CMYK 0 0.29 0.35 0.07
HSL 10.71º 0.71% 0.77% -
HSV(B) 10.71º 0.35% 0.93% -
XYZ 55.28 48.89 37.09 -
YUV 187.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 238 169 154 0 0.29 0.35 0.07 10.71 0.71 0.77
Hex EE A9 9A 0 1D 23 7 B 47 4D
Octal 356 251 232 0 35 43 7 13 107 115
Binary 11101110 10101001 10011010 0 11101 100011 111 1011 1000111 1001101

Color Harmonies of #EEA99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA99A

Black with #EEA99A

Text Example


Text Example

White with #EEA99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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