Html Css Color HEX #E2B29A Wax Flower

📋 copy color: '#E2B29A'

red 226 ◦ green 178 ◦ blue 154

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

Shades of Wax Flower #E2B29A

Tints of Wax Flower #E2B29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.6%

R = 40.5%
G = 31.9%
B = 27.6%

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

#E2B29A (or 0xE2B29A) is known color: Wax Flower. HEX triplet: E2, B2 and 9A. RGB value is (226,178,154). Sum of RGB (Red+Green+Blue) = 226+178+154=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B29A is #1D4D65. Grayscale: #BDBDBD. Windows color (decimal): -1920358 or 10138338. OLE color: 10138338.

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

Color convert

RGB 226 178 154 -
CMYK 0 0.21 0.32 0.11
HSL 20º 0.55% 0.75% -
HSV(B) 20º 0.32% 0.89% -
XYZ 53.12 50.34 37.49 -
YUV 189.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 226 178 154 0 0.21 0.32 0.11 20 0.55 0.75
Hex E2 B2 9A 0 15 20 B 14 37 4B
Octal 342 262 232 0 25 40 13 24 67 113
Binary 11100010 10110010 10011010 0 10101 100000 1011 10100 110111 1001011

Color Harmonies of #E2B29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B29A

Black with #E2B29A

Text Example


Text Example

White with #E2B29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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