Html Css Color HEX #E6B69C Wax Flower

📋 copy color: '#E6B69C'

red 230 ◦ green 182 ◦ blue 156

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

Shades of Wax Flower #E6B69C

Tints of Wax Flower #E6B69C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.04%

 BLUE value IS 156 (61.33% from 255) = 27.46%

R = 40.49%
G = 32.04%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6B69C (or 0xE6B69C) is known color: Wax Flower. HEX triplet: E6, B6 and 9C. RGB value is (230,182,156). Sum of RGB (Red+Green+Blue) = 230+182+156=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B69C is #194963. Grayscale: #C1C1C1. Windows color (decimal): -1657188 or 10270438. OLE color: 10270438.

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

Color convert

RGB 230 182 156 -
CMYK 0 0.21 0.32 0.10
HSL 21.08º 0.6% 0.76% -
HSV(B) 21.08º 0.32% 0.9% -
XYZ 55.36 52.68 38.7 -
YUV 193.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 230 182 156 0 0.21 0.32 0.10 21.08 0.6 0.76
Hex E6 B6 9C 0 15 20 A 15 3C 4C
Octal 346 266 234 0 25 40 12 25 74 114
Binary 11100110 10110110 10011100 0 10101 100000 1010 10101 111100 1001100

Color Harmonies of #E6B69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B69C

Black with #E6B69C

Text Example


Text Example

White with #E6B69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B69C; }

 p { color: rgb(230,182,156); }

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

background-color css

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

 a { background-color: rgb(230,182,156); }

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

border-color css

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

 span { border-color: rgb(230,182,156); }

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