Html Css Color HEX #EFDF9C Buttermilk

📋 copy color: '#EFDF9C'

red 239 ◦ green 223 ◦ blue 156

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

Shades of Buttermilk #EFDF9C

Tints of Buttermilk #EFDF9C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

 BLUE value IS 156 (61.33% from 255) = 25.24%

R = 38.67%
G = 36.08%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFDF9C (or 0xEFDF9C) is known color: Buttermilk. HEX triplet: EF, DF and 9C. RGB value is (239,223,156). Sum of RGB (Red+Green+Blue) = 239+223+156=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF9C is #102063. Grayscale: #DCDCDC. Windows color (decimal): -1056868 or 10280943. OLE color: 10280943.

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

Color convert

RGB 239 223 156 -
CMYK 0 0.07 0.35 0.06
HSL 48.43º 0.72% 0.77% -
HSV(B) 48.43º 0.35% 0.94% -
XYZ 67.99 73.53 42.06 -
YUV 220.15 91.8 141.45 -
System Red Green Blue C M Y K H S L
Decimal 239 223 156 0 0.07 0.35 0.06 48.43 0.72 0.77
Hex EF DF 9C 0 7 23 6 30 48 4D
Octal 357 337 234 0 7 43 6 60 110 115
Binary 11101111 11011111 10011100 0 111 100011 110 110000 1001000 1001101

Color Harmonies of #EFDF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF9C

Black with #EFDF9C

Text Example


Text Example

White with #EFDF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF9C; }

 p { color: rgb(239,223,156); }

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

background-color css

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

 a { background-color: rgb(239,223,156); }

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

border-color css

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

 span { border-color: rgb(239,223,156); }

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