Html Css Color HEX #EFD60E Gold

📋 copy color: '#EFD60E'

red 239 ◦ green 214 ◦ blue 14

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

Shades of Gold #EFD60E

Tints of Gold #EFD60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3%

R = 51.18%
G = 45.82%
B = 3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFD60E (or 0xEFD60E) is known color: Gold. HEX triplet: EF, D6 and 0E. RGB value is (239,214,14). Sum of RGB (Red+Green+Blue) = 239+214+14=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD60E is #1029F1. Grayscale: #C7C7C7. Windows color (decimal): -1059314 or 972527. OLE color: 972527.

HSL color Cylindrical-coordinate representation of color #EFD60E: hue angle of 53.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFD60E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 14 -
CMYK 0 0.10 0.94 0.06
HSL 53.33º 0.89% 0.5% -
HSV(B) 53.33º 0.94% 0.94% -
XYZ 59.72 66.48 10.1 -
YUV 198.68 23.78 156.76 -
System Red Green Blue C M Y K H S L
Decimal 239 214 14 0 0.10 0.94 0.06 53.33 0.89 0.5
Hex EF D6 E 0 A 5E 6 35 59 32
Octal 357 326 16 0 12 136 6 65 131 62
Binary 11101111 11010110 1110 0 1010 1011110 110 110101 1011001 110010

Color Harmonies of #EFD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD60E

Black with #EFD60E

Text Example


Text Example

White with #EFD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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