Html Css Color HEX #EFD40D Gold

📋 copy color: '#EFD40D'

red 239 ◦ green 212 ◦ blue 13

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

Shades of Gold #EFD40D

Tints of Gold #EFD40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.8%

R = 51.51%
G = 45.69%
B = 2.8%

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

#EFD40D (or 0xEFD40D) is known color: Gold. HEX triplet: EF, D4 and 0D. RGB value is (239,212,13). Sum of RGB (Red+Green+Blue) = 239+212+13=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD40D is #102BF2. Grayscale: #C6C6C6. Windows color (decimal): -1059827 or 906479. OLE color: 906479.

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

Color convert

RGB 239 212 13 -
CMYK 0 0.11 0.95 0.06
HSL 52.83º 0.9% 0.49% -
HSV(B) 52.83º 0.95% 0.94% -
XYZ 59.21 65.47 9.9 -
YUV 197.39 23.95 157.68 -
System Red Green Blue C M Y K H S L
Decimal 239 212 13 0 0.11 0.95 0.06 52.83 0.9 0.49
Hex EF D4 D 0 B 5F 6 35 5A 31
Octal 357 324 15 0 13 137 6 65 132 61
Binary 11101111 11010100 1101 0 1011 1011111 110 110101 1011010 110001

Color Harmonies of #EFD40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD40D

Black with #EFD40D

Text Example


Text Example

White with #EFD40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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