Html Css Color HEX #EFD57F Buff

📋 copy color: '#EFD57F'

red 239 ◦ green 213 ◦ blue 127

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

Shades of Buff #EFD57F

Tints of Buff #EFD57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.93%

R = 41.28%
G = 36.79%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFD57F (or 0xEFD57F) is known color: Buff. HEX triplet: EF, D5 and 7F. RGB value is (239,213,127). Sum of RGB (Red+Green+Blue) = 239+213+127=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD57F is #102A80. Grayscale: #D3D3D3. Windows color (decimal): -1059457 or 8377839. OLE color: 8377839.

HSL color Cylindrical-coordinate representation of color #EFD57F: hue angle of 46.07º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFD57F is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 127 -
CMYK 0 0.11 0.47 0.06
HSL 46.07º 0.78% 0.72% -
HSV(B) 46.07º 0.47% 0.94% -
XYZ 63.22 67.47 29.77 -
YUV 210.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 239 213 127 0 0.11 0.47 0.06 46.07 0.78 0.72
Hex EF D5 7F 0 B 2F 6 2E 4E 48
Octal 357 325 177 0 13 57 6 56 116 110
Binary 11101111 11010101 1111111 0 1011 101111 110 101110 1001110 1001000

Color Harmonies of #EFD57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD57F

Black with #EFD57F

Text Example


Text Example

White with #EFD57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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