Html Css Color HEX #EFDE9D Buttermilk

📋 copy color: '#EFDE9D'

red 239 ◦ green 222 ◦ blue 157

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

Shades of Buttermilk #EFDE9D

Tints of Buttermilk #EFDE9D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.92%

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

R = 38.67%
G = 35.92%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFDE9D (or 0xEFDE9D) is known color: Buttermilk. HEX triplet: EF, DE and 9D. RGB value is (239,222,157). Sum of RGB (Red+Green+Blue) = 239+222+157=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE9D is #102162. Grayscale: #DBDBDB. Windows color (decimal): -1057123 or 10346223. OLE color: 10346223.

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

Color convert

RGB 239 222 157 -
CMYK 0 0.07 0.34 0.06
HSL 47.56º 0.72% 0.78% -
HSV(B) 47.56º 0.34% 0.94% -
XYZ 67.8 73.03 42.42 -
YUV 219.67 92.63 141.79 -
System Red Green Blue C M Y K H S L
Decimal 239 222 157 0 0.07 0.34 0.06 47.56 0.72 0.78
Hex EF DE 9D 0 7 22 6 30 48 4E
Octal 357 336 235 0 7 42 6 60 110 116
Binary 11101111 11011110 10011101 0 111 100010 110 110000 1001000 1001110

Color Harmonies of #EFDE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE9D

Black with #EFDE9D

Text Example


Text Example

White with #EFDE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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