Html Css Color HEX #E2B09B Wax Flower

📋 copy color: '#E2B09B'

red 226 ◦ green 176 ◦ blue 155

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

Shades of Wax Flower #E2B09B

Tints of Wax Flower #E2B09B

RGB

 RED value IS 226 (88.67% from 255) = 40.57%

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

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

R = 40.57%
G = 31.6%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2B09B (or 0xE2B09B) is known color: Wax Flower. HEX triplet: E2, B0 and 9B. RGB value is (226,176,155). Sum of RGB (Red+Green+Blue) = 226+176+155=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B09B is #1D4F64. Grayscale: #BCBCBC. Windows color (decimal): -1920869 or 10203362. OLE color: 10203362.

HSL color Cylindrical-coordinate representation of color #E2B09B: hue angle of 17.75º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2B09B is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 176 155 -
CMYK 0 0.22 0.31 0.11
HSL 17.75º 0.55% 0.75% -
HSV(B) 17.75º 0.31% 0.89% -
XYZ 52.81 49.59 37.8 -
YUV 188.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 226 176 155 0 0.22 0.31 0.11 17.75 0.55 0.75
Hex E2 B0 9B 0 16 1F B 12 37 4B
Octal 342 260 233 0 26 37 13 22 67 113
Binary 11100010 10110000 10011011 0 10110 11111 1011 10010 110111 1001011

Color Harmonies of #E2B09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B09B

Black with #E2B09B

Text Example


Text Example

White with #E2B09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B09B; }

 p { color: rgb(226,176,155); }

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

background-color css

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

 a { background-color: rgb(226,176,155); }

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

border-color css

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

 span { border-color: rgb(226,176,155); }

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