Html Css Color HEX #EFDC8F Buff

📋 copy color: '#EFDC8F'

red 239 ◦ green 220 ◦ blue 143

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

Shades of Buff #EFDC8F

Tints of Buff #EFDC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.54%

 BLUE value IS 143 (56.25% from 255) = 23.75%

R = 39.7%
G = 36.54%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFDC8F (or 0xEFDC8F) is known color: Buff. HEX triplet: EF, DC and 8F. RGB value is (239,220,143). Sum of RGB (Red+Green+Blue) = 239+220+143=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC8F is #102370. Grayscale: #D9D9D9. Windows color (decimal): -1057649 or 9428207. OLE color: 9428207.

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

Color convert

RGB 239 220 143 -
CMYK 0 0.08 0.40 0.06
HSL 48.13º 0.75% 0.75% -
HSV(B) 48.13º 0.4% 0.94% -
XYZ 66.15 71.52 36.31 -
YUV 216.9 86.29 143.76 -
System Red Green Blue C M Y K H S L
Decimal 239 220 143 0 0.08 0.40 0.06 48.13 0.75 0.75
Hex EF DC 8F 0 8 28 6 30 4B 4B
Octal 357 334 217 0 10 50 6 60 113 113
Binary 11101111 11011100 10001111 0 1000 101000 110 110000 1001011 1001011

Color Harmonies of #EFDC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC8F

Black with #EFDC8F

Text Example


Text Example

White with #EFDC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC8F; }

 p { color: rgb(239,220,143); }

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

background-color css

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

 a { background-color: rgb(239,220,143); }

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

border-color css

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

 span { border-color: rgb(239,220,143); }

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