Html Css Color HEX #EFDB87 Buff

📋 copy color: '#EFDB87'

red 239 ◦ green 219 ◦ blue 135

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

Shades of Buff #EFDB87

Tints of Buff #EFDB87

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.93%

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

R = 40.3%
G = 36.93%
B = 22.77%

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

#EFDB87 (or 0xEFDB87) is known color: Buff. HEX triplet: EF, DB and 87. RGB value is (239,219,135). Sum of RGB (Red+Green+Blue) = 239+219+135=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 135 (53.12% from 255 or 22.77% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB87 is #102478. Grayscale: #D7D7D7. Windows color (decimal): -1057913 or 8903663. OLE color: 8903663.

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

Color convert

RGB 239 219 135 -
CMYK 0 0.08 0.44 0.06
HSL 48.46º 0.76% 0.73% -
HSV(B) 48.46º 0.44% 0.94% -
XYZ 65.3 70.76 33.14 -
YUV 215.4 82.63 144.83 -
System Red Green Blue C M Y K H S L
Decimal 239 219 135 0 0.08 0.44 0.06 48.46 0.76 0.73
Hex EF DB 87 0 8 2C 6 30 4C 49
Octal 357 333 207 0 10 54 6 60 114 111
Binary 11101111 11011011 10000111 0 1000 101100 110 110000 1001100 1001001

Color Harmonies of #EFDB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB87

Black with #EFDB87

Text Example


Text Example

White with #EFDB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB87; }

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

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

background-color css

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

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

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

border-color css

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

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

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