Html Css Color HEX #EFDBAD Beeswax

📋 copy color: '#EFDBAD'

red 239 ◦ green 219 ◦ blue 173

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

Shades of Beeswax #EFDBAD

Tints of Beeswax #EFDBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.42%

R = 37.88%
G = 34.71%
B = 27.42%

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

#EFDBAD (or 0xEFDBAD) is known color: Beeswax. HEX triplet: EF, DB and AD. RGB value is (239,219,173). Sum of RGB (Red+Green+Blue) = 239+219+173=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBAD is #102452. Grayscale: #DBDBDB. Windows color (decimal): -1057875 or 11394031. OLE color: 11394031.

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

Color convert

RGB 239 219 173 -
CMYK 0 0.08 0.28 0.06
HSL 41.82º 0.67% 0.81% -
HSV(B) 41.82º 0.28% 0.94% -
XYZ 68.47 72.03 49.83 -
YUV 219.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 239 219 173 0 0.08 0.28 0.06 41.82 0.67 0.81
Hex EF DB AD 0 8 1C 6 2A 43 51
Octal 357 333 255 0 10 34 6 52 103 121
Binary 11101111 11011011 10101101 0 1000 11100 110 101010 1000011 1010001

Color Harmonies of #EFDBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBAD

Black with #EFDBAD

Text Example


Text Example

White with #EFDBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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