Html Css Color HEX #E0B29B Wax Flower

📋 copy color: '#E0B29B'

red 224 ◦ green 178 ◦ blue 155

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

Shades of Wax Flower #E0B29B

Tints of Wax Flower #E0B29B

RGB

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

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

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

R = 40.22%
G = 31.96%
B = 27.83%

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

#E0B29B (or 0xE0B29B) is known color: Wax Flower. HEX triplet: E0, B2 and 9B. RGB value is (224,178,155). Sum of RGB (Red+Green+Blue) = 224+178+155=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B29B is #1F4D64. Grayscale: #BDBDBD. Windows color (decimal): -2051429 or 10203872. OLE color: 10203872.

HSL color Cylindrical-coordinate representation of color #E0B29B: hue angle of 20º 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 #E0B29B is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 178 155 -
CMYK 0 0.21 0.31 0.12
HSL 20º 0.53% 0.74% -
HSV(B) 20º 0.31% 0.88% -
XYZ 52.58 50.05 37.9 -
YUV 189.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 224 178 155 0 0.21 0.31 0.12 20 0.53 0.74
Hex E0 B2 9B 0 15 1F C 14 35 4A
Octal 340 262 233 0 25 37 14 24 65 112
Binary 11100000 10110010 10011011 0 10101 11111 1100 10100 110101 1001010

Color Harmonies of #E0B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B29B

Black with #E0B29B

Text Example


Text Example

White with #E0B29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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