Html Css Color HEX #EFDAAC Beeswax

📋 copy color: '#EFDAAC'

red 239 ◦ green 218 ◦ blue 172

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

Shades of Beeswax #EFDAAC

Tints of Beeswax #EFDAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.34%

R = 38%
G = 34.66%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFDAAC (or 0xEFDAAC) is known color: Beeswax. HEX triplet: EF, DA and AC. RGB value is (239,218,172). Sum of RGB (Red+Green+Blue) = 239+218+172=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAAC is #102553. Grayscale: #DBDBDB. Windows color (decimal): -1058132 or 11328239. OLE color: 11328239.

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

Color convert

RGB 239 218 172 -
CMYK 0 0.09 0.28 0.06
HSL 41.19º 0.68% 0.81% -
HSV(B) 41.19º 0.28% 0.94% -
XYZ 68.11 71.47 49.24 -
YUV 219.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 239 218 172 0 0.09 0.28 0.06 41.19 0.68 0.81
Hex EF DA AC 0 9 1C 6 29 44 51
Octal 357 332 254 0 11 34 6 51 104 121
Binary 11101111 11011010 10101100 0 1001 11100 110 101001 1000100 1010001

Color Harmonies of #EFDAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAAC

Black with #EFDAAC

Text Example


Text Example

White with #EFDAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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