Html Css Color HEX #EEA893 Wax Flower

📋 copy color: '#EEA893'

red 238 ◦ green 168 ◦ blue 147

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

Shades of Wax Flower #EEA893

Tints of Wax Flower #EEA893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.58%

R = 43.04%
G = 30.38%
B = 26.58%

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

#EEA893 (or 0xEEA893) is known color: Wax Flower. HEX triplet: EE, A8 and 93. RGB value is (238,168,147). Sum of RGB (Red+Green+Blue) = 238+168+147=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA893 is #11576C. Grayscale: #BABABA. Windows color (decimal): -1136493 or 9677038. OLE color: 9677038.

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

Color convert

RGB 238 168 147 -
CMYK 0 0.29 0.38 0.07
HSL 13.85º 0.73% 0.75% -
HSV(B) 13.85º 0.38% 0.93% -
XYZ 54.53 48.29 34.05 -
YUV 186.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 238 168 147 0 0.29 0.38 0.07 13.85 0.73 0.75
Hex EE A8 93 0 1D 26 7 E 49 4B
Octal 356 250 223 0 35 46 7 16 111 113
Binary 11101110 10101000 10010011 0 11101 100110 111 1110 1001001 1001011

Color Harmonies of #EEA893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA893

Black with #EEA893

Text Example


Text Example

White with #EEA893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA893; }

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

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

background-color css

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

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

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

border-color css

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

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

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