Html Css Color HEX #EFDAAB Beeswax

📋 copy color: '#EFDAAB'

red 239 ◦ green 218 ◦ blue 171

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

Shades of Beeswax #EFDAAB

Tints of Beeswax #EFDAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.23%

R = 38.06%
G = 34.71%
B = 27.23%

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

#EFDAAB (or 0xEFDAAB) is known color: Beeswax. HEX triplet: EF, DA and AB. RGB value is (239,218,171). Sum of RGB (Red+Green+Blue) = 239+218+171=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAAB is #102554. Grayscale: #DBDBDB. Windows color (decimal): -1058133 or 11262703. OLE color: 11262703.

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

Color convert

RGB 239 218 171 -
CMYK 0 0.09 0.28 0.06
HSL 41.47º 0.68% 0.8% -
HSV(B) 41.47º 0.28% 0.94% -
XYZ 68.02 71.43 48.73 -
YUV 218.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 239 218 171 0 0.09 0.28 0.06 41.47 0.68 0.8
Hex EF DA AB 0 9 1C 6 29 44 50
Octal 357 332 253 0 11 34 6 51 104 120
Binary 11101111 11011010 10101011 0 1001 11100 110 101001 1000100 1010000

Color Harmonies of #EFDAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAAB

Black with #EFDAAB

Text Example


Text Example

White with #EFDAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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