Html Css Color HEX #E9BCA0 Wax Flower

📋 copy color: '#E9BCA0'

red 233 ◦ green 188 ◦ blue 160

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

Shades of Wax Flower #E9BCA0

Tints of Wax Flower #E9BCA0

RGB

 RED value IS 233 (91.41% from 255) = 40.1%

 GREEN value IS 188 (73.83% from 255) = 32.36%

 BLUE value IS 160 (62.89% from 255) = 27.54%

R = 40.1%
G = 32.36%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E9BCA0 (or 0xE9BCA0) is known color: Wax Flower. HEX triplet: E9, BC and A0. RGB value is (233,188,160). Sum of RGB (Red+Green+Blue) = 233+188+160=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BCA0 is #16435F. Grayscale: #C6C6C6. Windows color (decimal): -1459040 or 10534121. OLE color: 10534121.

HSL color Cylindrical-coordinate representation of color #E9BCA0: hue angle of 23.01º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9BCA0 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 188 160 -
CMYK 0 0.19 0.31 0.09
HSL 23.01º 0.62% 0.77% -
HSV(B) 23.01º 0.31% 0.91% -
XYZ 57.93 55.83 40.98 -
YUV 198.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 233 188 160 0 0.19 0.31 0.09 23.01 0.62 0.77
Hex E9 BC A0 0 13 1F 9 17 3E 4D
Octal 351 274 240 0 23 37 11 27 76 115
Binary 11101001 10111100 10100000 0 10011 11111 1001 10111 111110 1001101

Color Harmonies of #E9BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BCA0

Black with #E9BCA0

Text Example


Text Example

White with #E9BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BCA0; }

 p { color: rgb(233,188,160); }

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

background-color css

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

 a { background-color: rgb(233,188,160); }

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

border-color css

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

 span { border-color: rgb(233,188,160); }

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