Html Css Color HEX #EEB095 Wax Flower

📋 copy color: '#EEB095'

red 238 ◦ green 176 ◦ blue 149

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

Shades of Wax Flower #EEB095

Tints of Wax Flower #EEB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.26%

 BLUE value IS 149 (58.59% from 255) = 26.47%

R = 42.27%
G = 31.26%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEB095 (or 0xEEB095) is known color: Wax Flower. HEX triplet: EE, B0 and 95. RGB value is (238,176,149). Sum of RGB (Red+Green+Blue) = 238+176+149=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB095 is #114F6A. Grayscale: #BFBFBF. Windows color (decimal): -1134443 or 9810158. OLE color: 9810158.

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

Color convert

RGB 238 176 149 -
CMYK 0 0.26 0.37 0.07
HSL 18.2º 0.72% 0.76% -
HSV(B) 18.2º 0.37% 0.93% -
XYZ 56.21 51.4 35.39 -
YUV 191.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 238 176 149 0 0.26 0.37 0.07 18.2 0.72 0.76
Hex EE B0 95 0 1A 25 7 12 48 4C
Octal 356 260 225 0 32 45 7 22 110 114
Binary 11101110 10110000 10010101 0 11010 100101 111 10010 1001000 1001100

Color Harmonies of #EEB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB095

Black with #EEB095

Text Example


Text Example

White with #EEB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB095; }

 p { color: rgb(238,176,149); }

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

background-color css

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

 a { background-color: rgb(238,176,149); }

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

border-color css

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

 span { border-color: rgb(238,176,149); }

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