Html Css Color HEX #EEB096 Wax Flower

📋 copy color: '#EEB096'

red 238 ◦ green 176 ◦ blue 150

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

Shades of Wax Flower #EEB096

Tints of Wax Flower #EEB096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.6%

R = 42.2%
G = 31.21%
B = 26.6%

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

#EEB096 (or 0xEEB096) is known color: Wax Flower. HEX triplet: EE, B0 and 96. RGB value is (238,176,150). Sum of RGB (Red+Green+Blue) = 238+176+150=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB096 is #114F69. Grayscale: #BFBFBF. Windows color (decimal): -1134442 or 9875694. OLE color: 9875694.

HSL color Cylindrical-coordinate representation of color #EEB096: hue angle of 17.73º 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 #EEB096 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 150 -
CMYK 0 0.26 0.37 0.07
HSL 17.73º 0.72% 0.76% -
HSV(B) 17.73º 0.37% 0.93% -
XYZ 56.29 51.43 35.81 -
YUV 191.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 238 176 150 0 0.26 0.37 0.07 17.73 0.72 0.76
Hex EE B0 96 0 1A 25 7 12 48 4C
Octal 356 260 226 0 32 45 7 22 110 114
Binary 11101110 10110000 10010110 0 11010 100101 111 10010 1001000 1001100

Color Harmonies of #EEB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB096

Black with #EEB096

Text Example


Text Example

White with #EEB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB096; }

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

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

background-color css

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

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

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

border-color css

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

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

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