Html Css Color HEX #E0B29A Wax Flower

📋 copy color: '#E0B29A'

red 224 ◦ green 178 ◦ blue 154

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

Shades of Wax Flower #E0B29A

Tints of Wax Flower #E0B29A

RGB

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

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

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

R = 40.29%
G = 32.01%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0B29A (or 0xE0B29A) is known color: Wax Flower. HEX triplet: E0, B2 and 9A. RGB value is (224,178,154). Sum of RGB (Red+Green+Blue) = 224+178+154=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B29A is #1F4D65. Grayscale: #BDBDBD. Windows color (decimal): -2051430 or 10138336. OLE color: 10138336.

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

Color convert

RGB 224 178 154 -
CMYK 0 0.21 0.31 0.12
HSL 20.57º 0.53% 0.74% -
HSV(B) 20.57º 0.31% 0.88% -
XYZ 52.49 50.02 37.46 -
YUV 189.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 224 178 154 0 0.21 0.31 0.12 20.57 0.53 0.74
Hex E0 B2 9A 0 15 1F C 15 35 4A
Octal 340 262 232 0 25 37 14 25 65 112
Binary 11100000 10110010 10011010 0 10101 11111 1100 10101 110101 1001010

Color Harmonies of #E0B29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B29A

Black with #E0B29A

Text Example


Text Example

White with #E0B29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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