Html Css Color HEX #E2B298 Wax Flower

📋 copy color: '#E2B298'

red 226 ◦ green 178 ◦ blue 152

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

Shades of Wax Flower #E2B298

Tints of Wax Flower #E2B298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.34%

R = 40.65%
G = 32.01%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2B298 (or 0xE2B298) is known color: Wax Flower. HEX triplet: E2, B2 and 98. RGB value is (226,178,152). Sum of RGB (Red+Green+Blue) = 226+178+152=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B298 is #1D4D67. Grayscale: #BDBDBD. Windows color (decimal): -1920360 or 10007266. OLE color: 10007266.

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

Color convert

RGB 226 178 152 -
CMYK 0 0.21 0.33 0.11
HSL 21.08º 0.56% 0.74% -
HSV(B) 21.08º 0.33% 0.89% -
XYZ 52.95 50.28 36.62 -
YUV 189.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 226 178 152 0 0.21 0.33 0.11 21.08 0.56 0.74
Hex E2 B2 98 0 15 21 B 15 38 4A
Octal 342 262 230 0 25 41 13 25 70 112
Binary 11100010 10110010 10011000 0 10101 100001 1011 10101 111000 1001010

Color Harmonies of #E2B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B298

Black with #E2B298

Text Example


Text Example

White with #E2B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B298; }

 p { color: rgb(226,178,152); }

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

background-color css

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

 a { background-color: rgb(226,178,152); }

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

border-color css

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

 span { border-color: rgb(226,178,152); }

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