Html Css Color HEX #E6D6AD Beeswax

📋 copy color: '#E6D6AD'

red 230 ◦ green 214 ◦ blue 173

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

Shades of Beeswax #E6D6AD

Tints of Beeswax #E6D6AD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.68%

 BLUE value IS 173 (67.97% from 255) = 28.04%

R = 37.28%
G = 34.68%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E6D6AD (or 0xE6D6AD) is known color: Beeswax. HEX triplet: E6, D6 and AD. RGB value is (230,214,173). Sum of RGB (Red+Green+Blue) = 230+214+173=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D6AD is #192952. Grayscale: #D6D6D6. Windows color (decimal): -1648979 or 11392742. OLE color: 11392742.

HSL color Cylindrical-coordinate representation of color #E6D6AD: hue angle of 43.16º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6D6AD is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 214 173 -
CMYK 0 0.07 0.25 0.10
HSL 43.16º 0.53% 0.79% -
HSV(B) 43.16º 0.25% 0.9% -
XYZ 64.22 67.93 49.26 -
YUV 214.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 230 214 173 0 0.07 0.25 0.10 43.16 0.53 0.79
Hex E6 D6 AD 0 7 19 A 2B 35 4F
Octal 346 326 255 0 7 31 12 53 65 117
Binary 11100110 11010110 10101101 0 111 11001 1010 101011 110101 1001111

Color Harmonies of #E6D6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D6AD

Black with #E6D6AD

Text Example


Text Example

White with #E6D6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D6AD; }

 p { color: rgb(230,214,173); }

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

background-color css

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

 a { background-color: rgb(230,214,173); }

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

border-color css

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

 span { border-color: rgb(230,214,173); }

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