Html Css Color HEX #EFDAAE Beeswax

📋 copy color: '#EFDAAE'

red 239 ◦ green 218 ◦ blue 174

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

Shades of Beeswax #EFDAAE

Tints of Beeswax #EFDAAE

RGB

 RED value IS 239 (93.75% from 255) = 37.88%

 GREEN value IS 218 (85.55% from 255) = 34.55%

 BLUE value IS 174 (68.36% from 255) = 27.58%

R = 37.88%
G = 34.55%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFDAAE (or 0xEFDAAE) is known color: Beeswax. HEX triplet: EF, DA and AE. RGB value is (239,218,174). Sum of RGB (Red+Green+Blue) = 239+218+174=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAAE is #102551. Grayscale: #DBDBDB. Windows color (decimal): -1058130 or 11459311. OLE color: 11459311.

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

Color convert

RGB 239 218 174 -
CMYK 0 0.09 0.27 0.06
HSL 40.62º 0.67% 0.81% -
HSV(B) 40.62º 0.27% 0.94% -
XYZ 68.31 71.55 50.25 -
YUV 219.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 239 218 174 0 0.09 0.27 0.06 40.62 0.67 0.81
Hex EF DA AE 0 9 1B 6 29 43 51
Octal 357 332 256 0 11 33 6 51 103 121
Binary 11101111 11011010 10101110 0 1001 11011 110 101001 1000011 1010001

Color Harmonies of #EFDAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAAE

Black with #EFDAAE

Text Example


Text Example

White with #EFDAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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