Html Css Color HEX #EFE0A1 Buttermilk

📋 copy color: '#EFE0A1'

red 239 ◦ green 224 ◦ blue 161

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

Shades of Buttermilk #EFE0A1

Tints of Buttermilk #EFE0A1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.9%

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

R = 38.3%
G = 35.9%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFE0A1 (or 0xEFE0A1) is known color: Buttermilk. HEX triplet: EF, E0 and A1. RGB value is (239,224,161). Sum of RGB (Red+Green+Blue) = 239+224+161=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 161 (63.28% from 255 or 25.80% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE0A1 is #101F5E. Grayscale: #DDDDDD. Windows color (decimal): -1056607 or 10608879. OLE color: 10608879.

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

Color convert

RGB 239 224 161 -
CMYK 0 0.06 0.33 0.06
HSL 48.46º 0.71% 0.78% -
HSV(B) 48.46º 0.33% 0.94% -
XYZ 68.69 74.24 44.43 -
YUV 221.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 239 224 161 0 0.06 0.33 0.06 48.46 0.71 0.78
Hex EF E0 A1 0 6 21 6 30 47 4E
Octal 357 340 241 0 6 41 6 60 107 116
Binary 11101111 11100000 10100001 0 110 100001 110 110000 1000111 1001110

Color Harmonies of #EFE0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0A1

Black with #EFE0A1

Text Example


Text Example

White with #EFE0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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