Html Css Color HEX #EFD57C Buff

📋 copy color: '#EFD57C'

red 239 ◦ green 213 ◦ blue 124

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

Shades of Buff #EFD57C

Tints of Buff #EFD57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.53%

R = 41.49%
G = 36.98%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFD57C (or 0xEFD57C) is known color: Buff. HEX triplet: EF, D5 and 7C. RGB value is (239,213,124). Sum of RGB (Red+Green+Blue) = 239+213+124=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD57C is #102A83. Grayscale: #D3D3D3. Windows color (decimal): -1059460 or 8181231. OLE color: 8181231.

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

Color convert

RGB 239 213 124 -
CMYK 0 0.11 0.48 0.06
HSL 46.43º 0.78% 0.71% -
HSV(B) 46.43º 0.48% 0.94% -
XYZ 63.03 67.39 28.76 -
YUV 210.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 239 213 124 0 0.11 0.48 0.06 46.43 0.78 0.71
Hex EF D5 7C 0 B 30 6 2E 4E 47
Octal 357 325 174 0 13 60 6 56 116 107
Binary 11101111 11010101 1111100 0 1011 110000 110 101110 1001110 1000111

Color Harmonies of #EFD57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD57C

Black with #EFD57C

Text Example


Text Example

White with #EFD57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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