#EFE19D

Color #EFE19D Buttermilk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttermilk #EFE19D

Tints of Buttermilk #EFE19D

Color information

#EFE19D (or 0xEFE19D) is unknown color: approx Buttermilk. HEX triplet: EF, E1 and 9D. RGB value is (239,225,157). Sum of RGB (Red+Green+Blue) = 239+225+157=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 157 (61.72% from 255 or 25.28% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE19D is #101E62. Grayscale: #DDDDDD. Windows color (decimal): -1056355 or 10346991. OLE color: 10346991.

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

Color convert

RGB239225157-
CMYK00.060.340.06
HSL49.76º71.93%77.65%-
HSV(B)49.76º34.31%93.73%-
XYZ68.6174.6442.69-
YUV221.4391.64140.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 157 (61.72% from 255) = 25.28%
R=38.49%
G=36.23%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922515700.060.340.0649.7671.9377.65
HexEFE19D0622632484e
Octal3573412350642662110116
Binary111011111110000110011101011010001011011001010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE19D; }

 p { color: rgb(239,225,157); }

 H1.HeaderClassName
 {
   color: #EFE19D;
 }
 .AnyTagClassName
 {
   color: #EFE19D;
 }
</style>
background-color css

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

 a { background-color: rgb(239,225,157); }

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

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

 span { border-color: rgb(239,225,157); }

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