#EFDAAA

Color #EFDAAA Beeswax (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beeswax #EFDAAA

Tints of Beeswax #EFDAAA

Color information

#EFDAAA (or 0xEFDAAA) is unknown color: approx Beeswax. HEX triplet: EF, DA and AA. RGB value is (239,218,170). Sum of RGB (Red+Green+Blue) = 239+218+170=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAAA is #102555. Grayscale: #DBDBDB. Windows color (decimal): -1058134 or 11197167. OLE color: 11197167.

HSL color Cylindrical-coordinate representation of color #EFDAAA: hue angle of 41.74º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFDAAA is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB239218170-
CMYK00.090.290.06
HSL41.74º68.32%80.2%-
HSV(B)41.74º28.87%93.73%-
XYZ67.9271.448.23-
YUV218.81100.46142.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 170 (66.80% from 255) = 27.11%
R=38.12%
G=34.77%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921817000.090.290.0641.7468.3280.2
HexEFDAAA091D62a4450
Octal35733225201135652104120
Binary111011111101101010101010010011110111010101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAAA; }

 p { color: rgb(239,218,170); }

 H1.HeaderClassName
 {
   color: #EFDAAA;
 }
 .AnyTagClassName
 {
   color: #EFDAAA;
 }
</style>
background-color css

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

 a { background-color: rgb(239,218,170); }

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

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

 span { border-color: rgb(239,218,170); }

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