Html Css Color HEX #EFDDA5 Buttermilk

📋 copy color: '#EFDDA5'

red 239 ◦ green 221 ◦ blue 165

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

Shades of Buttermilk #EFDDA5

Tints of Buttermilk #EFDDA5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.36%

 BLUE value IS 165 (64.84% from 255) = 26.4%

R = 38.24%
G = 35.36%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFDDA5 (or 0xEFDDA5) is known color: Buttermilk. HEX triplet: EF, DD and A5. RGB value is (239,221,165). Sum of RGB (Red+Green+Blue) = 239+221+165=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 165 (64.84% from 255 or 26.4% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDA5 is #10225A. Grayscale: #DCDCDC. Windows color (decimal): -1057371 or 10870255. OLE color: 10870255.

HSL color Cylindrical-coordinate representation of color #EFDDA5: hue angle of 45.41º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFDDA5 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 165 -
CMYK 0 0.08 0.31 0.06
HSL 45.41º 0.7% 0.79% -
HSV(B) 45.41º 0.31% 0.94% -
XYZ 68.24 72.78 46.05 -
YUV 220 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 239 221 165 0 0.08 0.31 0.06 45.41 0.7 0.79
Hex EF DD A5 0 8 1F 6 2D 46 4F
Octal 357 335 245 0 10 37 6 55 106 117
Binary 11101111 11011101 10100101 0 1000 11111 110 101101 1000110 1001111

Color Harmonies of #EFDDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDA5

Black with #EFDDA5

Text Example


Text Example

White with #EFDDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDA5; }

 p { color: rgb(239,221,165); }

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

background-color css

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

 a { background-color: rgb(239,221,165); }

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

border-color css

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

 span { border-color: rgb(239,221,165); }

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