Html Css Color HEX #E4B096 Wax Flower

📋 copy color: '#E4B096'

red 228 ◦ green 176 ◦ blue 150

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

Shades of Wax Flower #E4B096

Tints of Wax Flower #E4B096

RGB

 RED value IS 228 (89.45% from 255) = 41.16%

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

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

R = 41.16%
G = 31.77%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E4B096 (or 0xE4B096) is known color: Wax Flower. HEX triplet: E4, B0 and 96. RGB value is (228,176,150). Sum of RGB (Red+Green+Blue) = 228+176+150=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B096 is #1B4F69. Grayscale: #BCBCBC. Windows color (decimal): -1789802 or 9875684. OLE color: 9875684.

HSL color Cylindrical-coordinate representation of color #E4B096: hue angle of 20º degrees, saturation: 0.59, 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 #E4B096 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 176 150 -
CMYK 0 0.23 0.34 0.11
HSL 20º 0.59% 0.74% -
HSV(B) 20º 0.34% 0.89% -
XYZ 53.03 49.75 35.66 -
YUV 188.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 228 176 150 0 0.23 0.34 0.11 20 0.59 0.74
Hex E4 B0 96 0 17 22 B 14 3B 4A
Octal 344 260 226 0 27 42 13 24 73 112
Binary 11100100 10110000 10010110 0 10111 100010 1011 10100 111011 1001010

Color Harmonies of #E4B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B096

Black with #E4B096

Text Example


Text Example

White with #E4B096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B096; }

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

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

background-color css

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

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

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

border-color css

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

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

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