Html Css Color HEX #EFE1AA Buttermilk

📋 copy color: '#EFE1AA'

red 239 ◦ green 225 ◦ blue 170

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

Shades of Buttermilk #EFE1AA

Tints of Buttermilk #EFE1AA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.49%

 BLUE value IS 170 (66.8% from 255) = 26.81%

R = 37.7%
G = 35.49%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFE1AA (or 0xEFE1AA) is known color: Buttermilk. HEX triplet: EF, E1 and AA. RGB value is (239,225,170). Sum of RGB (Red+Green+Blue) = 239+225+170=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE1AA is #101E55. Grayscale: #DFDFDF. Windows color (decimal): -1056342 or 11198959. OLE color: 11198959.

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

Color convert

RGB 239 225 170 -
CMYK 0 0.06 0.29 0.06
HSL 47.83º 0.68% 0.8% -
HSV(B) 47.83º 0.29% 0.94% -
XYZ 69.78 75.1 48.85 -
YUV 222.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 239 225 170 0 0.06 0.29 0.06 47.83 0.68 0.8
Hex EF E1 AA 0 6 1D 6 30 44 50
Octal 357 341 252 0 6 35 6 60 104 120
Binary 11101111 11100001 10101010 0 110 11101 110 110000 1000100 1010000

Color Harmonies of #EFE1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1AA

Black with #EFE1AA

Text Example


Text Example

White with #EFE1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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