Html Css Color HEX #EFDBAC Beeswax

📋 copy color: '#EFDBAC'

red 239 ◦ green 219 ◦ blue 172

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

Shades of Beeswax #EFDBAC

Tints of Beeswax #EFDBAC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.76%

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

R = 37.94%
G = 34.76%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFDBAC (or 0xEFDBAC) is known color: Beeswax. HEX triplet: EF, DB and AC. RGB value is (239,219,172). Sum of RGB (Red+Green+Blue) = 239+219+172=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBAC is #102453. Grayscale: #DBDBDB. Windows color (decimal): -1057876 or 11328495. OLE color: 11328495.

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

Color convert

RGB 239 219 172 -
CMYK 0 0.08 0.28 0.06
HSL 42.09º 0.68% 0.81% -
HSV(B) 42.09º 0.28% 0.94% -
XYZ 68.37 71.99 49.32 -
YUV 219.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 239 219 172 0 0.08 0.28 0.06 42.09 0.68 0.81
Hex EF DB AC 0 8 1C 6 2A 44 51
Octal 357 333 254 0 10 34 6 52 104 121
Binary 11101111 11011011 10101100 0 1000 11100 110 101010 1000100 1010001

Color Harmonies of #EFDBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBAC

Black with #EFDBAC

Text Example


Text Example

White with #EFDBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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