Html Css Color HEX #E5B296 Wax Flower

📋 copy color: '#E5B296'

red 229 ◦ green 178 ◦ blue 150

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

Shades of Wax Flower #E5B296

Tints of Wax Flower #E5B296

RGB

 RED value IS 229 (89.84% from 255) = 41.11%

 GREEN value IS 178 (69.92% from 255) = 31.96%

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

R = 41.11%
G = 31.96%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E5B296 (or 0xE5B296) is known color: Wax Flower. HEX triplet: E5, B2 and 96. RGB value is (229,178,150). Sum of RGB (Red+Green+Blue) = 229+178+150=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B296 is #1A4D69. Grayscale: #BEBEBE. Windows color (decimal): -1723754 or 9876197. OLE color: 9876197.

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

Color convert

RGB 229 178 150 -
CMYK 0 0.22 0.34 0.10
HSL 21.27º 0.6% 0.74% -
HSV(B) 21.27º 0.34% 0.9% -
XYZ 53.74 50.7 35.81 -
YUV 190.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 229 178 150 0 0.22 0.34 0.10 21.27 0.6 0.74
Hex E5 B2 96 0 16 22 A 15 3C 4A
Octal 345 262 226 0 26 42 12 25 74 112
Binary 11100101 10110010 10010110 0 10110 100010 1010 10101 111100 1001010

Color Harmonies of #E5B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B296

Black with #E5B296

Text Example


Text Example

White with #E5B296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B296; }

 p { color: rgb(229,178,150); }

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

background-color css

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

 a { background-color: rgb(229,178,150); }

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

border-color css

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

 span { border-color: rgb(229,178,150); }

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