Html Css Color HEX #EAD6A8 Beeswax

📋 copy color: '#EAD6A8'

red 234 ◦ green 214 ◦ blue 168

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

Shades of Beeswax #EAD6A8

Tints of Beeswax #EAD6A8

RGB

 RED value IS 234 (91.8% from 255) = 37.99%

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

 BLUE value IS 168 (66.02% from 255) = 27.27%

R = 37.99%
G = 34.74%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EAD6A8 (or 0xEAD6A8) is known color: Beeswax. HEX triplet: EA, D6 and A8. RGB value is (234,214,168). Sum of RGB (Red+Green+Blue) = 234+214+168=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 168 (66.02% from 255 or 27.27% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD6A8 is #152957. Grayscale: #D6D6D6. Windows color (decimal): -1386840 or 11065066. OLE color: 11065066.

HSL color Cylindrical-coordinate representation of color #EAD6A8: hue angle of 41.82º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAD6A8 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 214 168 -
CMYK 0 0.09 0.28 0.08
HSL 41.82º 0.61% 0.79% -
HSV(B) 41.82º 0.28% 0.92% -
XYZ 65.05 68.41 46.82 -
YUV 214.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 234 214 168 0 0.09 0.28 0.08 41.82 0.61 0.79
Hex EA D6 A8 0 9 1C 8 2A 3D 4F
Octal 352 326 250 0 11 34 10 52 75 117
Binary 11101010 11010110 10101000 0 1001 11100 1000 101010 111101 1001111

Color Harmonies of #EAD6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD6A8

Black with #EAD6A8

Text Example


Text Example

White with #EAD6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD6A8; }

 p { color: rgb(234,214,168); }

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

background-color css

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

 a { background-color: rgb(234,214,168); }

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

border-color css

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

 span { border-color: rgb(234,214,168); }

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