Html Css Color HEX #E0B097 Wax Flower

📋 copy color: '#E0B097'

red 224 ◦ green 176 ◦ blue 151

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

Shades of Wax Flower #E0B097

Tints of Wax Flower #E0B097

RGB

 RED value IS 224 (87.89% from 255) = 40.65%

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

 BLUE value IS 151 (59.38% from 255) = 27.4%

R = 40.65%
G = 31.94%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E0B097 (or 0xE0B097) is known color: Wax Flower. HEX triplet: E0, B0 and 97. RGB value is (224,176,151). Sum of RGB (Red+Green+Blue) = 224+176+151=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B097 is #1F4F68. Grayscale: #BBBBBB. Windows color (decimal): -2051945 or 9941216. OLE color: 9941216.

HSL color Cylindrical-coordinate representation of color #E0B097: hue angle of 20.55º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0B097 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 176 151 -
CMYK 0 0.21 0.33 0.12
HSL 20.55º 0.54% 0.74% -
HSV(B) 20.55º 0.33% 0.88% -
XYZ 51.85 49.13 36.03 -
YUV 187.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 224 176 151 0 0.21 0.33 0.12 20.55 0.54 0.74
Hex E0 B0 97 0 15 21 C 15 36 4A
Octal 340 260 227 0 25 41 14 25 66 112
Binary 11100000 10110000 10010111 0 10101 100001 1100 10101 110110 1001010

Color Harmonies of #E0B097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B097

Black with #E0B097

Text Example


Text Example

White with #E0B097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B097; }

 p { color: rgb(224,176,151); }

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

background-color css

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

 a { background-color: rgb(224,176,151); }

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

border-color css

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

 span { border-color: rgb(224,176,151); }

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