Html Css Color HEX #EEB09B Wax Flower

📋 copy color: '#EEB09B'

red 238 ◦ green 176 ◦ blue 155

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

Shades of Wax Flower #EEB09B

Tints of Wax Flower #EEB09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.24%

R = 41.83%
G = 30.93%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EEB09B (or 0xEEB09B) is known color: Wax Flower. HEX triplet: EE, B0 and 9B. RGB value is (238,176,155). Sum of RGB (Red+Green+Blue) = 238+176+155=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB09B is #114F64. Grayscale: #C0C0C0. Windows color (decimal): -1134437 or 10203374. OLE color: 10203374.

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

Color convert

RGB 238 176 155 -
CMYK 0 0.26 0.35 0.07
HSL 15.18º 0.71% 0.77% -
HSV(B) 15.18º 0.35% 0.93% -
XYZ 56.7 51.59 37.98 -
YUV 192.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 238 176 155 0 0.26 0.35 0.07 15.18 0.71 0.77
Hex EE B0 9B 0 1A 23 7 F 47 4D
Octal 356 260 233 0 32 43 7 17 107 115
Binary 11101110 10110000 10011011 0 11010 100011 111 1111 1000111 1001101

Color Harmonies of #EEB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB09B

Black with #EEB09B

Text Example


Text Example

White with #EEB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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