Html Css Color HEX #E6B59B Wax Flower

📋 copy color: '#E6B59B'

red 230 ◦ green 181 ◦ blue 155

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

Shades of Wax Flower #E6B59B

Tints of Wax Flower #E6B59B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.98%

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

R = 40.64%
G = 31.98%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6B59B (or 0xE6B59B) is known color: Wax Flower. HEX triplet: E6, B5 and 9B. RGB value is (230,181,155). Sum of RGB (Red+Green+Blue) = 230+181+155=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B59B is #194A64. Grayscale: #C0C0C0. Windows color (decimal): -1657445 or 10204646. OLE color: 10204646.

HSL color Cylindrical-coordinate representation of color #E6B59B: hue angle of 20.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6B59B is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 181 155 -
CMYK 0 0.21 0.33 0.10
HSL 20.8º 0.6% 0.75% -
HSV(B) 20.8º 0.33% 0.9% -
XYZ 55.07 52.24 38.19 -
YUV 192.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 230 181 155 0 0.21 0.33 0.10 20.8 0.6 0.75
Hex E6 B5 9B 0 15 21 A 15 3C 4B
Octal 346 265 233 0 25 41 12 25 74 113
Binary 11100110 10110101 10011011 0 10101 100001 1010 10101 111100 1001011

Color Harmonies of #E6B59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B59B

Black with #E6B59B

Text Example


Text Example

White with #E6B59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B59B; }

 p { color: rgb(230,181,155); }

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

background-color css

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

 a { background-color: rgb(230,181,155); }

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

border-color css

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

 span { border-color: rgb(230,181,155); }

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