Html Css Color HEX #E2B096 Wax Flower

📋 copy color: '#E2B096'

red 226 ◦ green 176 ◦ blue 150

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

Shades of Wax Flower #E2B096

Tints of Wax Flower #E2B096

RGB

 RED value IS 226 (88.67% from 255) = 40.94%

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

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

R = 40.94%
G = 31.88%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E2B096 (or 0xE2B096) is known color: Wax Flower. HEX triplet: E2, B0 and 96. RGB value is (226,176,150). Sum of RGB (Red+Green+Blue) = 226+176+150=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B096 is #1D4F69. Grayscale: #BCBCBC. Windows color (decimal): -1920874 or 9875682. OLE color: 9875682.

HSL color Cylindrical-coordinate representation of color #E2B096: hue angle of 20.53º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2B096 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 176 150 -
CMYK 0 0.22 0.34 0.11
HSL 20.53º 0.57% 0.74% -
HSV(B) 20.53º 0.34% 0.89% -
XYZ 52.39 49.42 35.63 -
YUV 187.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 226 176 150 0 0.22 0.34 0.11 20.53 0.57 0.74
Hex E2 B0 96 0 16 22 B 15 39 4A
Octal 342 260 226 0 26 42 13 25 71 112
Binary 11100010 10110000 10010110 0 10110 100010 1011 10101 111001 1001010

Color Harmonies of #E2B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B096

Black with #E2B096

Text Example


Text Example

White with #E2B096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B096; }

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

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

background-color css

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

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

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

border-color css

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

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

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