Html Css Color HEX #E6B093 Wax Flower

📋 copy color: '#E6B093'

red 230 ◦ green 176 ◦ blue 147

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

Shades of Wax Flower #E6B093

Tints of Wax Flower #E6B093

RGB

 RED value IS 230 (90.23% from 255) = 41.59%

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

 BLUE value IS 147 (57.81% from 255) = 26.58%

R = 41.59%
G = 31.83%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E6B093 (or 0xE6B093) is known color: Wax Flower. HEX triplet: E6, B0 and 93. RGB value is (230,176,147). Sum of RGB (Red+Green+Blue) = 230+176+147=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B093 is #194F6C. Grayscale: #BDBDBD. Windows color (decimal): -1658733 or 9679078. OLE color: 9679078.

HSL color Cylindrical-coordinate representation of color #E6B093: hue angle of 20.96º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6B093 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 176 147 -
CMYK 0 0.23 0.36 0.10
HSL 20.96º 0.62% 0.74% -
HSV(B) 20.96º 0.36% 0.9% -
XYZ 53.42 49.98 34.44 -
YUV 188.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 230 176 147 0 0.23 0.36 0.10 20.96 0.62 0.74
Hex E6 B0 93 0 17 24 A 15 3E 4A
Octal 346 260 223 0 27 44 12 25 76 112
Binary 11100110 10110000 10010011 0 10111 100100 1010 10101 111110 1001010

Color Harmonies of #E6B093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B093

Black with #E6B093

Text Example


Text Example

White with #E6B093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B093; }

 p { color: rgb(230,176,147); }

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

background-color css

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

 a { background-color: rgb(230,176,147); }

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

border-color css

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

 span { border-color: rgb(230,176,147); }

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