Html Css Color HEX #EFDA87 Buff

📋 copy color: '#EFDA87'

red 239 ◦ green 218 ◦ blue 135

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

Shades of Buff #EFDA87

Tints of Buff #EFDA87

RGB

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

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

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

R = 40.37%
G = 36.82%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFDA87 (or 0xEFDA87) is known color: Buff. HEX triplet: EF, DA and 87. RGB value is (239,218,135). Sum of RGB (Red+Green+Blue) = 239+218+135=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 135 (53.12% from 255 or 22.80% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA87 is #102578. Grayscale: #D7D7D7. Windows color (decimal): -1058169 or 8903407. OLE color: 8903407.

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

Color convert

RGB 239 218 135 -
CMYK 0 0.09 0.44 0.06
HSL 47.88º 0.76% 0.73% -
HSV(B) 47.88º 0.44% 0.94% -
XYZ 65.04 70.24 33.05 -
YUV 214.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 239 218 135 0 0.09 0.44 0.06 47.88 0.76 0.73
Hex EF DA 87 0 9 2C 6 30 4C 49
Octal 357 332 207 0 11 54 6 60 114 111
Binary 11101111 11011010 10000111 0 1001 101100 110 110000 1001100 1001001

Color Harmonies of #EFDA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA87

Black with #EFDA87

Text Example


Text Example

White with #EFDA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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