Html Css Color HEX #EFDA8F Buff

📋 copy color: '#EFDA8F'

red 239 ◦ green 218 ◦ blue 143

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

Shades of Buff #EFDA8F

Tints of Buff #EFDA8F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.33%

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

R = 39.83%
G = 36.33%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFDA8F (or 0xEFDA8F) is known color: Buff. HEX triplet: EF, DA and 8F. RGB value is (239,218,143). Sum of RGB (Red+Green+Blue) = 239+218+143=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 143 (56.25% from 255 or 23.83% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA8F is #102570. Grayscale: #D8D8D8. Windows color (decimal): -1058161 or 9427695. OLE color: 9427695.

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

Color convert

RGB 239 218 143 -
CMYK 0 0.09 0.40 0.06
HSL 46.88º 0.75% 0.75% -
HSV(B) 46.88º 0.4% 0.94% -
XYZ 65.63 70.48 36.13 -
YUV 215.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 239 218 143 0 0.09 0.40 0.06 46.88 0.75 0.75
Hex EF DA 8F 0 9 28 6 2F 4B 4B
Octal 357 332 217 0 11 50 6 57 113 113
Binary 11101111 11011010 10001111 0 1001 101000 110 101111 1001011 1001011

Color Harmonies of #EFDA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA8F

Black with #EFDA8F

Text Example


Text Example

White with #EFDA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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