Html Css Color HEX #EFD40F Gold

📋 copy color: '#EFD40F'

red 239 ◦ green 212 ◦ blue 15

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

Shades of Gold #EFD40F

Tints of Gold #EFD40F

RGB

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

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

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

R = 51.29%
G = 45.49%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFD40F (or 0xEFD40F) is known color: Gold. HEX triplet: EF, D4 and 0F. RGB value is (239,212,15). Sum of RGB (Red+Green+Blue) = 239+212+15=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD40F is #102BF0. Grayscale: #C6C6C6. Windows color (decimal): -1059825 or 1037551. OLE color: 1037551.

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

Color convert

RGB 239 212 15 -
CMYK 0 0.11 0.94 0.06
HSL 52.77º 0.88% 0.5% -
HSV(B) 52.77º 0.94% 0.94% -
XYZ 59.23 65.47 9.97 -
YUV 197.62 24.95 157.52 -
System Red Green Blue C M Y K H S L
Decimal 239 212 15 0 0.11 0.94 0.06 52.77 0.88 0.5
Hex EF D4 F 0 B 5E 6 35 58 32
Octal 357 324 17 0 13 136 6 65 130 62
Binary 11101111 11010100 1111 0 1011 1011110 110 110101 1011000 110010

Color Harmonies of #EFD40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD40F

Black with #EFD40F

Text Example


Text Example

White with #EFD40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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