Html Css Color HEX #EFD677 Buff

📋 copy color: '#EFD677'

red 239 ◦ green 214 ◦ blue 119

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

Shades of Buff #EFD677

Tints of Buff #EFD677

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.41%

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

R = 41.78%
G = 37.41%
B = 20.8%

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

#EFD677 (or 0xEFD677) is known color: Buff. HEX triplet: EF, D6 and 77. RGB value is (239,214,119). Sum of RGB (Red+Green+Blue) = 239+214+119=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 119 (46.88% from 255 or 20.80% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD677 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD677 is #102988. Grayscale: #D3D3D3. Windows color (decimal): -1059209 or 7853807. OLE color: 7853807.

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

Color convert

RGB 239 214 119 -
CMYK 0 0.10 0.50 0.06
HSL 47.5º 0.79% 0.7% -
HSV(B) 47.5º 0.5% 0.94% -
XYZ 62.97 67.78 27.22 -
YUV 210.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 239 214 119 0 0.10 0.50 0.06 47.5 0.79 0.7
Hex EF D6 77 0 A 32 6 30 4F 46
Octal 357 326 167 0 12 62 6 60 117 106
Binary 11101111 11010110 1110111 0 1010 110010 110 110000 1001111 1000110

Color Harmonies of #EFD677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD677

Black with #EFD677

Text Example


Text Example

White with #EFD677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD677; }

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

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

background-color css

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

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

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

border-color css

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

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

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