Html Css Color HEX #E9BCA1 Wax Flower

📋 copy color: '#E9BCA1'

red 233 ◦ green 188 ◦ blue 161

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

Shades of Wax Flower #E9BCA1

Tints of Wax Flower #E9BCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.66%

R = 40.03%
G = 32.3%
B = 27.66%

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

#E9BCA1 (or 0xE9BCA1) is known color: Wax Flower. HEX triplet: E9, BC and A1. RGB value is (233,188,161). Sum of RGB (Red+Green+Blue) = 233+188+161=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BCA1 is #16435E. Grayscale: #C6C6C6. Windows color (decimal): -1459039 or 10599657. OLE color: 10599657.

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

Color convert

RGB 233 188 161 -
CMYK 0 0.19 0.31 0.09
HSL 22.5º 0.62% 0.77% -
HSV(B) 22.5º 0.31% 0.91% -
XYZ 58.02 55.86 41.44 -
YUV 198.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 233 188 161 0 0.19 0.31 0.09 22.5 0.62 0.77
Hex E9 BC A1 0 13 1F 9 16 3E 4D
Octal 351 274 241 0 23 37 11 26 76 115
Binary 11101001 10111100 10100001 0 10011 11111 1001 10110 111110 1001101

Color Harmonies of #E9BCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BCA1

Black with #E9BCA1

Text Example


Text Example

White with #E9BCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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