Html Css Color HEX #EFE0A8 Buttermilk

📋 copy color: '#EFE0A8'

red 239 ◦ green 224 ◦ blue 168

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

Shades of Buttermilk #EFE0A8

Tints of Buttermilk #EFE0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.62%

R = 37.88%
G = 35.5%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFE0A8 (or 0xEFE0A8) is known color: Buttermilk. HEX triplet: EF, E0 and A8. RGB value is (239,224,168). Sum of RGB (Red+Green+Blue) = 239+224+168=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 168 (66.02% from 255 or 26.62% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE0A8 is #101F57. Grayscale: #DEDEDE. Windows color (decimal): -1056600 or 11067631. OLE color: 11067631.

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

Color convert

RGB 239 224 168 -
CMYK 0 0.06 0.30 0.06
HSL 47.32º 0.69% 0.8% -
HSV(B) 47.32º 0.3% 0.94% -
XYZ 69.32 74.49 47.77 -
YUV 222.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 239 224 168 0 0.06 0.30 0.06 47.32 0.69 0.8
Hex EF E0 A8 0 6 1E 6 2F 45 50
Octal 357 340 250 0 6 36 6 57 105 120
Binary 11101111 11100000 10101000 0 110 11110 110 101111 1000101 1010000

Color Harmonies of #EFE0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0A8

Black with #EFE0A8

Text Example


Text Example

White with #EFE0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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