Html Css Color HEX #EFD877 Buff

📋 copy color: '#EFD877'

red 239 ◦ green 216 ◦ blue 119

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

Shades of Buff #EFD877

Tints of Buff #EFD877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.73%

R = 41.64%
G = 37.63%
B = 20.73%

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

#EFD877 (or 0xEFD877) is known color: Buff. HEX triplet: EF, D8 and 77. RGB value is (239,216,119). Sum of RGB (Red+Green+Blue) = 239+216+119=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 119 (46.88% from 255 or 20.73% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD877 is #102788. Grayscale: #D4D4D4. Windows color (decimal): -1058697 or 7854319. OLE color: 7854319.

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

Color convert

RGB 239 216 119 -
CMYK 0 0.10 0.50 0.06
HSL 48.5º 0.79% 0.7% -
HSV(B) 48.5º 0.5% 0.94% -
XYZ 63.48 68.79 27.39 -
YUV 211.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 239 216 119 0 0.10 0.50 0.06 48.5 0.79 0.7
Hex EF D8 77 0 A 32 6 30 4F 46
Octal 357 330 167 0 12 62 6 60 117 106
Binary 11101111 11011000 1110111 0 1010 110010 110 110000 1001111 1000110

Color Harmonies of #EFD877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD877

Black with #EFD877

Text Example


Text Example

White with #EFD877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD877; }

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

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

background-color css

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

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

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

border-color css

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

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

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