Html Css Color HEX #EEA894 Wax Flower

📋 copy color: '#EEA894'

red 238 ◦ green 168 ◦ blue 148

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

Shades of Wax Flower #EEA894

Tints of Wax Flower #EEA894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.71%

R = 42.96%
G = 30.32%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EEA894 (or 0xEEA894) is known color: Wax Flower. HEX triplet: EE, A8 and 94. RGB value is (238,168,148). Sum of RGB (Red+Green+Blue) = 238+168+148=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA894 is #11576B. Grayscale: #BABABA. Windows color (decimal): -1136492 or 9742574. OLE color: 9742574.

HSL color Cylindrical-coordinate representation of color #EEA894: hue angle of 13.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EEA894 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 168 148 -
CMYK 0 0.29 0.38 0.07
HSL 13.33º 0.73% 0.76% -
HSV(B) 13.33º 0.38% 0.93% -
XYZ 54.61 48.32 34.47 -
YUV 186.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 238 168 148 0 0.29 0.38 0.07 13.33 0.73 0.76
Hex EE A8 94 0 1D 26 7 D 49 4C
Octal 356 250 224 0 35 46 7 15 111 114
Binary 11101110 10101000 10010100 0 11101 100110 111 1101 1001001 1001100

Color Harmonies of #EEA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA894

Black with #EEA894

Text Example


Text Example

White with #EEA894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA894; }

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

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

background-color css

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

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

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

border-color css

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

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

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