Html Css Color HEX #E6B497 Wax Flower

📋 copy color: '#E6B497'

red 230 ◦ green 180 ◦ blue 151

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

Shades of Wax Flower #E6B497

Tints of Wax Flower #E6B497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.09%

 BLUE value IS 151 (59.38% from 255) = 26.92%

R = 41%
G = 32.09%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E6B497 (or 0xE6B497) is known color: Wax Flower. HEX triplet: E6, B4 and 97. RGB value is (230,180,151). Sum of RGB (Red+Green+Blue) = 230+180+151=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B497 is #194B68. Grayscale: #BFBFBF. Windows color (decimal): -1657705 or 9942246. OLE color: 9942246.

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

Color convert

RGB 230 180 151 -
CMYK 0 0.22 0.34 0.10
HSL 22.03º 0.61% 0.75% -
HSV(B) 22.03º 0.34% 0.9% -
XYZ 54.54 51.7 36.38 -
YUV 191.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 230 180 151 0 0.22 0.34 0.10 22.03 0.61 0.75
Hex E6 B4 97 0 16 22 A 16 3D 4B
Octal 346 264 227 0 26 42 12 26 75 113
Binary 11100110 10110100 10010111 0 10110 100010 1010 10110 111101 1001011

Color Harmonies of #E6B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B497

Black with #E6B497

Text Example


Text Example

White with #E6B497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B497; }

 p { color: rgb(230,180,151); }

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

background-color css

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

 a { background-color: rgb(230,180,151); }

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

border-color css

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

 span { border-color: rgb(230,180,151); }

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