Html Css Color HEX #EEB49E Wax Flower

📋 copy color: '#EEB49E'

red 238 ◦ green 180 ◦ blue 158

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

Shades of Wax Flower #EEB49E

Tints of Wax Flower #EEB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.25%

 BLUE value IS 158 (62.11% from 255) = 27.43%

R = 41.32%
G = 31.25%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EEB49E (or 0xEEB49E) is known color: Wax Flower. HEX triplet: EE, B4 and 9E. RGB value is (238,180,158). Sum of RGB (Red+Green+Blue) = 238+180+158=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB49E is #114B61. Grayscale: #C2C2C2. Windows color (decimal): -1133410 or 10401006. OLE color: 10401006.

HSL color Cylindrical-coordinate representation of color #EEB49E: hue angle of 16.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEB49E is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 180 158 -
CMYK 0 0.24 0.34 0.07
HSL 16.5º 0.7% 0.78% -
HSV(B) 16.5º 0.34% 0.93% -
XYZ 57.75 53.29 39.59 -
YUV 194.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 238 180 158 0 0.24 0.34 0.07 16.5 0.7 0.78
Hex EE B4 9E 0 18 22 7 10 46 4E
Octal 356 264 236 0 30 42 7 20 106 116
Binary 11101110 10110100 10011110 0 11000 100010 111 10000 1000110 1001110

Color Harmonies of #EEB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB49E

Black with #EEB49E

Text Example


Text Example

White with #EEB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB49E; }

 p { color: rgb(238,180,158); }

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

background-color css

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

 a { background-color: rgb(238,180,158); }

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

border-color css

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

 span { border-color: rgb(238,180,158); }

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