Html Css Color HEX #EFE09D Buttermilk

📋 copy color: '#EFE09D'

red 239 ◦ green 224 ◦ blue 157

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

Shades of Buttermilk #EFE09D

Tints of Buttermilk #EFE09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.32%

R = 38.55%
G = 36.13%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFE09D (or 0xEFE09D) is known color: Buttermilk. HEX triplet: EF, E0 and 9D. RGB value is (239,224,157). Sum of RGB (Red+Green+Blue) = 239+224+157=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE09D is #101F62. Grayscale: #DDDDDD. Windows color (decimal): -1056611 or 10346735. OLE color: 10346735.

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

Color convert

RGB 239 224 157 -
CMYK 0 0.06 0.34 0.06
HSL 49.02º 0.72% 0.78% -
HSV(B) 49.02º 0.34% 0.94% -
XYZ 68.34 74.1 42.6 -
YUV 220.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 239 224 157 0 0.06 0.34 0.06 49.02 0.72 0.78
Hex EF E0 9D 0 6 22 6 31 48 4E
Octal 357 340 235 0 6 42 6 61 110 116
Binary 11101111 11100000 10011101 0 110 100010 110 110001 1001000 1001110

Color Harmonies of #EFE09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE09D

Black with #EFE09D

Text Example


Text Example

White with #EFE09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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