Html Css Color HEX #E0B09C Wax Flower

📋 copy color: '#E0B09C'

red 224 ◦ green 176 ◦ blue 156

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

Shades of Wax Flower #E0B09C

Tints of Wax Flower #E0B09C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.65%

 BLUE value IS 156 (61.33% from 255) = 28.06%

R = 40.29%
G = 31.65%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E0B09C (or 0xE0B09C) is known color: Wax Flower. HEX triplet: E0, B0 and 9C. RGB value is (224,176,156). Sum of RGB (Red+Green+Blue) = 224+176+156=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B09C is #1F4F63. Grayscale: #BCBCBC. Windows color (decimal): -2051940 or 10268896. OLE color: 10268896.

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

Color convert

RGB 224 176 156 -
CMYK 0 0.21 0.30 0.12
HSL 17.65º 0.52% 0.75% -
HSV(B) 17.65º 0.3% 0.88% -
XYZ 52.27 49.3 38.21 -
YUV 188.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 224 176 156 0 0.21 0.30 0.12 17.65 0.52 0.75
Hex E0 B0 9C 0 15 1E C 12 34 4B
Octal 340 260 234 0 25 36 14 22 64 113
Binary 11100000 10110000 10011100 0 10101 11110 1100 10010 110100 1001011

Color Harmonies of #E0B09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B09C

Black with #E0B09C

Text Example


Text Example

White with #E0B09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B09C; }

 p { color: rgb(224,176,156); }

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

background-color css

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

 a { background-color: rgb(224,176,156); }

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

border-color css

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

 span { border-color: rgb(224,176,156); }

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