Html Css Color HEX #EBD6AA Beeswax

📋 copy color: '#EBD6AA'

red 235 ◦ green 214 ◦ blue 170

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

Shades of Beeswax #EBD6AA

Tints of Beeswax #EBD6AA

RGB

 RED value IS 235 (92.19% from 255) = 37.96%

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

 BLUE value IS 170 (66.8% from 255) = 27.46%

R = 37.96%
G = 34.57%
B = 27.46%

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

#EBD6AA (or 0xEBD6AA) is known color: Beeswax. HEX triplet: EB, D6 and AA. RGB value is (235,214,170). Sum of RGB (Red+Green+Blue) = 235+214+170=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD6AA is #142955. Grayscale: #D7D7D7. Windows color (decimal): -1321302 or 11196139. OLE color: 11196139.

HSL color Cylindrical-coordinate representation of color #EBD6AA: hue angle of 40.62º degrees, saturation: 0.62, 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 #EBD6AA is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 214 170 -
CMYK 0 0.09 0.28 0.08
HSL 40.62º 0.62% 0.79% -
HSV(B) 40.62º 0.28% 0.92% -
XYZ 65.56 68.66 47.83 -
YUV 215.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 235 214 170 0 0.09 0.28 0.08 40.62 0.62 0.79
Hex EB D6 AA 0 9 1C 8 29 3E 4F
Octal 353 326 252 0 11 34 10 51 76 117
Binary 11101011 11010110 10101010 0 1001 11100 1000 101001 111110 1001111

Color Harmonies of #EBD6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD6AA

Black with #EBD6AA

Text Example


Text Example

White with #EBD6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD6AA; }

 p { color: rgb(235,214,170); }

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

background-color css

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

 a { background-color: rgb(235,214,170); }

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

border-color css

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

 span { border-color: rgb(235,214,170); }

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