Html Css Color HEX #EFD878 Buff

📋 copy color: '#EFD878'

red 239 ◦ green 216 ◦ blue 120

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

Shades of Buff #EFD878

Tints of Buff #EFD878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.87%

R = 41.57%
G = 37.57%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFD878 (or 0xEFD878) is known color: Buff. HEX triplet: EF, D8 and 78. RGB value is (239,216,120). Sum of RGB (Red+Green+Blue) = 239+216+120=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD878 is #102787. Grayscale: #D4D4D4. Windows color (decimal): -1058696 or 7919855. OLE color: 7919855.

HSL color Cylindrical-coordinate representation of color #EFD878: hue angle of 48.4º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFD878 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 120 -
CMYK 0 0.10 0.50 0.06
HSL 48.4º 0.79% 0.7% -
HSV(B) 48.4º 0.5% 0.94% -
XYZ 63.54 68.82 27.7 -
YUV 211.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 239 216 120 0 0.10 0.50 0.06 48.4 0.79 0.7
Hex EF D8 78 0 A 32 6 30 4F 46
Octal 357 330 170 0 12 62 6 60 117 106
Binary 11101111 11011000 1111000 0 1010 110010 110 110000 1001111 1000110

Color Harmonies of #EFD878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD878

Black with #EFD878

Text Example


Text Example

White with #EFD878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD878; }

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

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

background-color css

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

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

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

border-color css

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

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

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