Html Css Color HEX #EFD578 Buff

📋 copy color: '#EFD578'

red 239 ◦ green 213 ◦ blue 120

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

Shades of Buff #EFD578

Tints of Buff #EFD578

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.24%

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

R = 41.78%
G = 37.24%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFD578 (or 0xEFD578) is known color: Buff. HEX triplet: EF, D5 and 78. RGB value is (239,213,120). Sum of RGB (Red+Green+Blue) = 239+213+120=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD578 is #102A87. Grayscale: #D2D2D2. Windows color (decimal): -1059464 or 7919087. OLE color: 7919087.

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

Color convert

RGB 239 213 120 -
CMYK 0 0.11 0.50 0.06
HSL 46.89º 0.79% 0.7% -
HSV(B) 46.89º 0.5% 0.94% -
XYZ 62.78 67.3 27.45 -
YUV 210.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 239 213 120 0 0.11 0.50 0.06 46.89 0.79 0.7
Hex EF D5 78 0 B 32 6 2F 4F 46
Octal 357 325 170 0 13 62 6 57 117 106
Binary 11101111 11010101 1111000 0 1011 110010 110 101111 1001111 1000110

Color Harmonies of #EFD578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD578

Black with #EFD578

Text Example


Text Example

White with #EFD578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD578; }

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

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

background-color css

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

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

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

border-color css

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

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

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