Html Css Color HEX #E2B299 Wax Flower

📋 copy color: '#E2B299'

red 226 ◦ green 178 ◦ blue 153

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

Shades of Wax Flower #E2B299

Tints of Wax Flower #E2B299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.47%

R = 40.57%
G = 31.96%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2B299 (or 0xE2B299) is known color: Wax Flower. HEX triplet: E2, B2 and 99. RGB value is (226,178,153). Sum of RGB (Red+Green+Blue) = 226+178+153=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B299 is #1D4D66. Grayscale: #BDBDBD. Windows color (decimal): -1920359 or 10072802. OLE color: 10072802.

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

Color convert

RGB 226 178 153 -
CMYK 0 0.21 0.32 0.11
HSL 20.55º 0.56% 0.74% -
HSV(B) 20.55º 0.32% 0.89% -
XYZ 53.03 50.31 37.05 -
YUV 189.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 226 178 153 0 0.21 0.32 0.11 20.55 0.56 0.74
Hex E2 B2 99 0 15 20 B 15 38 4A
Octal 342 262 231 0 25 40 13 25 70 112
Binary 11100010 10110010 10011001 0 10101 100000 1011 10101 111000 1001010

Color Harmonies of #E2B299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B299

Black with #E2B299

Text Example


Text Example

White with #E2B299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B299; }

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

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

background-color css

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

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

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

border-color css

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

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

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