Html Css Color HEX #E1B29B Wax Flower

📋 copy color: '#E1B29B'

red 225 ◦ green 178 ◦ blue 155

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

Shades of Wax Flower #E1B29B

Tints of Wax Flower #E1B29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.78%

R = 40.32%
G = 31.9%
B = 27.78%

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

#E1B29B (or 0xE1B29B) is known color: Wax Flower. HEX triplet: E1, B2 and 9B. RGB value is (225,178,155). Sum of RGB (Red+Green+Blue) = 225+178+155=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B29B is #1E4D64. Grayscale: #BDBDBD. Windows color (decimal): -1985893 or 10203873. OLE color: 10203873.

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

Color convert

RGB 225 178 155 -
CMYK 0 0.21 0.31 0.12
HSL 19.71º 0.54% 0.75% -
HSV(B) 19.71º 0.31% 0.88% -
XYZ 52.89 50.21 37.92 -
YUV 189.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 225 178 155 0 0.21 0.31 0.12 19.71 0.54 0.75
Hex E1 B2 9B 0 15 1F C 14 36 4B
Octal 341 262 233 0 25 37 14 24 66 113
Binary 11100001 10110010 10011011 0 10101 11111 1100 10100 110110 1001011

Color Harmonies of #E1B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B29B

Black with #E1B29B

Text Example


Text Example

White with #E1B29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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