Html Css Color HEX #EFDCAE Beeswax

📋 copy color: '#EFDCAE'

red 239 ◦ green 220 ◦ blue 174

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

Shades of Beeswax #EFDCAE

Tints of Beeswax #EFDCAE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.76%

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

R = 37.76%
G = 34.76%
B = 27.49%

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

#EFDCAE (or 0xEFDCAE) is known color: Beeswax. HEX triplet: EF, DC and AE. RGB value is (239,220,174). Sum of RGB (Red+Green+Blue) = 239+220+174=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCAE is #102351. Grayscale: #DCDCDC. Windows color (decimal): -1057618 or 11459823. OLE color: 11459823.

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

Color convert

RGB 239 220 174 -
CMYK 0 0.08 0.27 0.06
HSL 42.46º 0.67% 0.81% -
HSV(B) 42.46º 0.27% 0.94% -
XYZ 68.83 72.59 50.43 -
YUV 220.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 239 220 174 0 0.08 0.27 0.06 42.46 0.67 0.81
Hex EF DC AE 0 8 1B 6 2A 43 51
Octal 357 334 256 0 10 33 6 52 103 121
Binary 11101111 11011100 10101110 0 1000 11011 110 101010 1000011 1010001

Color Harmonies of #EFDCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCAE

Black with #EFDCAE

Text Example


Text Example

White with #EFDCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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