Html Css Color HEX #EFD60C Gold

📋 copy color: '#EFD60C'

red 239 ◦ green 214 ◦ blue 12

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

Shades of Gold #EFD60C

Tints of Gold #EFD60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 51.4%
G = 46.02%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFD60C (or 0xEFD60C) is known color: Gold. HEX triplet: EF, D6 and 0C. RGB value is (239,214,12). Sum of RGB (Red+Green+Blue) = 239+214+12=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD60C is #1029F3. Grayscale: #C7C7C7. Windows color (decimal): -1059316 or 841455. OLE color: 841455.

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

Color convert

RGB 239 214 12 -
CMYK 0 0.10 0.95 0.06
HSL 53.39º 0.9% 0.49% -
HSV(B) 53.39º 0.95% 0.94% -
XYZ 59.71 66.47 10.03 -
YUV 198.45 22.78 156.93 -
System Red Green Blue C M Y K H S L
Decimal 239 214 12 0 0.10 0.95 0.06 53.39 0.9 0.49
Hex EF D6 C 0 A 5F 6 35 5A 31
Octal 357 326 14 0 12 137 6 65 132 61
Binary 11101111 11010110 1100 0 1010 1011111 110 110101 1011010 110001

Color Harmonies of #EFD60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD60C

Black with #EFD60C

Text Example


Text Example

White with #EFD60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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