Html Css Color HEX #EEB099 Wax Flower

📋 copy color: '#EEB099'

red 238 ◦ green 176 ◦ blue 153

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

Shades of Wax Flower #EEB099

Tints of Wax Flower #EEB099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.98%

R = 41.98%
G = 31.04%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EEB099 (or 0xEEB099) is known color: Wax Flower. HEX triplet: EE, B0 and 99. RGB value is (238,176,153). Sum of RGB (Red+Green+Blue) = 238+176+153=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB099 is #114F66. Grayscale: #C0C0C0. Windows color (decimal): -1134439 or 10072302. OLE color: 10072302.

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

Color convert

RGB 238 176 153 -
CMYK 0 0.26 0.36 0.07
HSL 16.24º 0.71% 0.77% -
HSV(B) 16.24º 0.36% 0.93% -
XYZ 56.54 51.53 37.1 -
YUV 191.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 238 176 153 0 0.26 0.36 0.07 16.24 0.71 0.77
Hex EE B0 99 0 1A 24 7 10 47 4D
Octal 356 260 231 0 32 44 7 20 107 115
Binary 11101110 10110000 10011001 0 11010 100100 111 10000 1000111 1001101

Color Harmonies of #EEB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB099

Black with #EEB099

Text Example


Text Example

White with #EEB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB099; }

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

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

background-color css

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

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

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

border-color css

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

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

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