Html Css Color HEX #EFD40C Gold

📋 copy color: '#EFD40C'

red 239 ◦ green 212 ◦ blue 12

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

Shades of Gold #EFD40C

Tints of Gold #EFD40C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.79%

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

R = 51.62%
G = 45.79%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFD40C (or 0xEFD40C) is known color: Gold. HEX triplet: EF, D4 and 0C. RGB value is (239,212,12). Sum of RGB (Red+Green+Blue) = 239+212+12=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD40C is #102BF3. Grayscale: #C6C6C6. Windows color (decimal): -1059828 or 840943. OLE color: 840943.

HSL color Cylindrical-coordinate representation of color #EFD40C: hue angle of 52.86º 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 #EFD40C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 12 -
CMYK 0 0.11 0.95 0.06
HSL 52.86º 0.9% 0.49% -
HSV(B) 52.86º 0.95% 0.94% -
XYZ 59.21 65.46 9.86 -
YUV 197.27 23.45 157.76 -
System Red Green Blue C M Y K H S L
Decimal 239 212 12 0 0.11 0.95 0.06 52.86 0.9 0.49
Hex EF D4 C 0 B 5F 6 35 5A 31
Octal 357 324 14 0 13 137 6 65 132 61
Binary 11101111 11010100 1100 0 1011 1011111 110 110101 1011010 110001

Color Harmonies of #EFD40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD40C

Black with #EFD40C

Text Example


Text Example

White with #EFD40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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