Html Css Color HEX #EFDC87 Buff

📋 copy color: '#EFDC87'

red 239 ◦ green 220 ◦ blue 135

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

Shades of Buff #EFDC87

Tints of Buff #EFDC87

RGB

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

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

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

R = 40.24%
G = 37.04%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFDC87 (or 0xEFDC87) is known color: Buff. HEX triplet: EF, DC and 87. RGB value is (239,220,135). Sum of RGB (Red+Green+Blue) = 239+220+135=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 135 (53.12% from 255 or 22.73% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC87 is #102378. Grayscale: #D8D8D8. Windows color (decimal): -1057657 or 8903919. OLE color: 8903919.

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

Color convert

RGB 239 220 135 -
CMYK 0 0.08 0.44 0.06
HSL 49.04º 0.76% 0.73% -
HSV(B) 49.04º 0.44% 0.94% -
XYZ 65.56 71.29 33.23 -
YUV 215.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 239 220 135 0 0.08 0.44 0.06 49.04 0.76 0.73
Hex EF DC 87 0 8 2C 6 31 4C 49
Octal 357 334 207 0 10 54 6 61 114 111
Binary 11101111 11011100 10000111 0 1000 101100 110 110001 1001100 1001001

Color Harmonies of #EFDC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC87

Black with #EFDC87

Text Example


Text Example

White with #EFDC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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