Html Css Color HEX #E1B29A Wax Flower

📋 copy color: '#E1B29A'

red 225 ◦ green 178 ◦ blue 154

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

Shades of Wax Flower #E1B29A

Tints of Wax Flower #E1B29A

RGB

 RED value IS 225 (88.28% from 255) = 40.39%

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

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

R = 40.39%
G = 31.96%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1B29A (or 0xE1B29A) is known color: Wax Flower. HEX triplet: E1, B2 and 9A. RGB value is (225,178,154). Sum of RGB (Red+Green+Blue) = 225+178+154=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B29A is #1E4D65. Grayscale: #BDBDBD. Windows color (decimal): -1985894 or 10138337. OLE color: 10138337.

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

Color convert

RGB 225 178 154 -
CMYK 0 0.21 0.32 0.12
HSL 20.28º 0.54% 0.74% -
HSV(B) 20.28º 0.32% 0.88% -
XYZ 52.8 50.18 37.47 -
YUV 189.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 225 178 154 0 0.21 0.32 0.12 20.28 0.54 0.74
Hex E1 B2 9A 0 15 20 C 14 36 4A
Octal 341 262 232 0 25 40 14 24 66 112
Binary 11100001 10110010 10011010 0 10101 100000 1100 10100 110110 1001010

Color Harmonies of #E1B29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B29A

Black with #E1B29A

Text Example


Text Example

White with #E1B29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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