Html Css Color HEX #EFD60F Gold

📋 copy color: '#EFD60F'

red 239 ◦ green 214 ◦ blue 15

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

Shades of Gold #EFD60F

Tints of Gold #EFD60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.21%

R = 51.07%
G = 45.73%
B = 3.21%

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

#EFD60F (or 0xEFD60F) is known color: Gold. HEX triplet: EF, D6 and 0F. RGB value is (239,214,15). Sum of RGB (Red+Green+Blue) = 239+214+15=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD60F is #1029F0. Grayscale: #C7C7C7. Windows color (decimal): -1059313 or 1038063. OLE color: 1038063.

HSL color Cylindrical-coordinate representation of color #EFD60F: hue angle of 53.3º degrees, saturation: 0.88, 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 #EFD60F is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 15 -
CMYK 0 0.10 0.94 0.06
HSL 53.3º 0.88% 0.5% -
HSV(B) 53.3º 0.94% 0.94% -
XYZ 59.73 66.48 10.14 -
YUV 198.79 24.28 156.68 -
System Red Green Blue C M Y K H S L
Decimal 239 214 15 0 0.10 0.94 0.06 53.3 0.88 0.5
Hex EF D6 F 0 A 5E 6 35 58 32
Octal 357 326 17 0 12 136 6 65 130 62
Binary 11101111 11010110 1111 0 1010 1011110 110 110101 1011000 110010

Color Harmonies of #EFD60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD60F

Black with #EFD60F

Text Example


Text Example

White with #EFD60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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