Html Css Color HEX #EFDEA1 Buttermilk

📋 copy color: '#EFDEA1'

red 239 ◦ green 222 ◦ blue 161

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

Shades of Buttermilk #EFDEA1

Tints of Buttermilk #EFDEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.88%

R = 38.42%
G = 35.69%
B = 25.88%

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

#EFDEA1 (or 0xEFDEA1) is known color: Buttermilk. HEX triplet: EF, DE and A1. RGB value is (239,222,161). Sum of RGB (Red+Green+Blue) = 239+222+161=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEA1 is #10215E. Grayscale: #DCDCDC. Windows color (decimal): -1057119 or 10608367. OLE color: 10608367.

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

Color convert

RGB 239 222 161 -
CMYK 0 0.07 0.33 0.06
HSL 46.92º 0.71% 0.78% -
HSV(B) 46.92º 0.33% 0.94% -
XYZ 68.15 73.17 44.25 -
YUV 220.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 239 222 161 0 0.07 0.33 0.06 46.92 0.71 0.78
Hex EF DE A1 0 7 21 6 2F 47 4E
Octal 357 336 241 0 7 41 6 57 107 116
Binary 11101111 11011110 10100001 0 111 100001 110 101111 1000111 1001110

Color Harmonies of #EFDEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEA1

Black with #EFDEA1

Text Example


Text Example

White with #EFDEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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