Html Css Color HEX #EFD887 Buff

📋 copy color: '#EFD887'

red 239 ◦ green 216 ◦ blue 135

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

Shades of Buff #EFD887

Tints of Buff #EFD887

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.61%

 BLUE value IS 135 (53.13% from 255) = 22.88%

R = 40.51%
G = 36.61%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFD887 (or 0xEFD887) is known color: Buff. HEX triplet: EF, D8 and 87. RGB value is (239,216,135). Sum of RGB (Red+Green+Blue) = 239+216+135=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 135 (53.12% from 255 or 22.88% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD887 is #102778. Grayscale: #D5D5D5. Windows color (decimal): -1058681 or 8902895. OLE color: 8902895.

HSL color Cylindrical-coordinate representation of color #EFD887: hue angle of 46.73º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFD887 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 135 -
CMYK 0 0.10 0.44 0.06
HSL 46.73º 0.76% 0.73% -
HSV(B) 46.73º 0.44% 0.94% -
XYZ 64.53 69.21 32.88 -
YUV 213.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 239 216 135 0 0.10 0.44 0.06 46.73 0.76 0.73
Hex EF D8 87 0 A 2C 6 2F 4C 49
Octal 357 330 207 0 12 54 6 57 114 111
Binary 11101111 11011000 10000111 0 1010 101100 110 101111 1001100 1001001

Color Harmonies of #EFD887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD887

Black with #EFD887

Text Example


Text Example

White with #EFD887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD887; }

 p { color: rgb(239,216,135); }

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

background-color css

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

 a { background-color: rgb(239,216,135); }

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

border-color css

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

 span { border-color: rgb(239,216,135); }

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