Html Css Color HEX #EFDBAE Beeswax

📋 copy color: '#EFDBAE'

red 239 ◦ green 219 ◦ blue 174

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

Shades of Beeswax #EFDBAE

Tints of Beeswax #EFDBAE

RGB

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

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

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

R = 37.82%
G = 34.65%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFDBAE (or 0xEFDBAE) is known color: Beeswax. HEX triplet: EF, DB and AE. RGB value is (239,219,174). Sum of RGB (Red+Green+Blue) = 239+219+174=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBAE is #102451. Grayscale: #DCDCDC. Windows color (decimal): -1057874 or 11459567. OLE color: 11459567.

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

Color convert

RGB 239 219 174 -
CMYK 0 0.08 0.27 0.06
HSL 41.54º 0.67% 0.81% -
HSV(B) 41.54º 0.27% 0.94% -
XYZ 68.57 72.07 50.34 -
YUV 219.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 239 219 174 0 0.08 0.27 0.06 41.54 0.67 0.81
Hex EF DB AE 0 8 1B 6 2A 43 51
Octal 357 333 256 0 10 33 6 52 103 121
Binary 11101111 11011011 10101110 0 1000 11011 110 101010 1000011 1010001

Color Harmonies of #EFDBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBAE

Black with #EFDBAE

Text Example


Text Example

White with #EFDBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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