Html Css Color HEX #EFDEA0 Buttermilk

📋 copy color: '#EFDEA0'

red 239 ◦ green 222 ◦ blue 160

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

Shades of Buttermilk #EFDEA0

Tints of Buttermilk #EFDEA0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.75%

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

R = 38.49%
G = 35.75%
B = 25.76%

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

#EFDEA0 (or 0xEFDEA0) is known color: Buttermilk. HEX triplet: EF, DE and A0. RGB value is (239,222,160). Sum of RGB (Red+Green+Blue) = 239+222+160=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEA0 is #10215F. Grayscale: #DCDCDC. Windows color (decimal): -1057120 or 10542831. OLE color: 10542831.

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

Color convert

RGB 239 222 160 -
CMYK 0 0.07 0.33 0.06
HSL 47.09º 0.71% 0.78% -
HSV(B) 47.09º 0.33% 0.94% -
XYZ 68.06 73.13 43.79 -
YUV 220.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 239 222 160 0 0.07 0.33 0.06 47.09 0.71 0.78
Hex EF DE A0 0 7 21 6 2F 47 4E
Octal 357 336 240 0 7 41 6 57 107 116
Binary 11101111 11011110 10100000 0 111 100001 110 101111 1000111 1001110

Color Harmonies of #EFDEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEA0

Black with #EFDEA0

Text Example


Text Example

White with #EFDEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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