Html Css Color HEX #EFE0A0 Buttermilk

📋 copy color: '#EFE0A0'

red 239 ◦ green 224 ◦ blue 160

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

Shades of Buttermilk #EFE0A0

Tints of Buttermilk #EFE0A0

RGB

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

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

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

R = 38.36%
G = 35.96%
B = 25.68%

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

#EFE0A0 (or 0xEFE0A0) is known color: Buttermilk. HEX triplet: EF, E0 and A0. RGB value is (239,224,160). Sum of RGB (Red+Green+Blue) = 239+224+160=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 160 (62.89% from 255 or 25.68% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE0A0 is #101F5F. Grayscale: #DDDDDD. Windows color (decimal): -1056608 or 10543343. OLE color: 10543343.

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

Color convert

RGB 239 224 160 -
CMYK 0 0.06 0.33 0.06
HSL 48.61º 0.71% 0.78% -
HSV(B) 48.61º 0.33% 0.94% -
XYZ 68.6 74.2 43.96 -
YUV 221.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 239 224 160 0 0.06 0.33 0.06 48.61 0.71 0.78
Hex EF E0 A0 0 6 21 6 31 47 4E
Octal 357 340 240 0 6 41 6 61 107 116
Binary 11101111 11100000 10100000 0 110 100001 110 110001 1000111 1001110

Color Harmonies of #EFE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0A0

Black with #EFE0A0

Text Example


Text Example

White with #EFE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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