Html Css Color HEX #EFDFA0 Buttermilk

📋 copy color: '#EFDFA0'

red 239 ◦ green 223 ◦ blue 160

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

Shades of Buttermilk #EFDFA0

Tints of Buttermilk #EFDFA0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.85%

 BLUE value IS 160 (62.89% from 255) = 25.72%

R = 38.42%
G = 35.85%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFDFA0 (or 0xEFDFA0) is known color: Buttermilk. HEX triplet: EF, DF and A0. RGB value is (239,223,160). Sum of RGB (Red+Green+Blue) = 239+223+160=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFA0 is #10205F. Grayscale: #DCDCDC. Windows color (decimal): -1056864 or 10543087. OLE color: 10543087.

HSL color Cylindrical-coordinate representation of color #EFDFA0: hue angle of 47.85º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFDFA0 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 160 -
CMYK 0 0.07 0.33 0.06
HSL 47.85º 0.71% 0.78% -
HSV(B) 47.85º 0.33% 0.94% -
XYZ 68.33 73.66 43.87 -
YUV 220.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 239 223 160 0 0.07 0.33 0.06 47.85 0.71 0.78
Hex EF DF A0 0 7 21 6 30 47 4E
Octal 357 337 240 0 7 41 6 60 107 116
Binary 11101111 11011111 10100000 0 111 100001 110 110000 1000111 1001110

Color Harmonies of #EFDFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFA0

Black with #EFDFA0

Text Example


Text Example

White with #EFDFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFA0; }

 p { color: rgb(239,223,160); }

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

background-color css

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

 a { background-color: rgb(239,223,160); }

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

border-color css

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

 span { border-color: rgb(239,223,160); }

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