Html Css Color HEX #EFD50D Gold

📋 copy color: '#EFD50D'

red 239 ◦ green 213 ◦ blue 13

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

Shades of Gold #EFD50D

Tints of Gold #EFD50D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.81%

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

R = 51.4%
G = 45.81%
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

#EFD50D (or 0xEFD50D) is known color: Gold. HEX triplet: EF, D5 and 0D. RGB value is (239,213,13). Sum of RGB (Red+Green+Blue) = 239+213+13=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD50D is #102AF2. Grayscale: #C6C6C6. Windows color (decimal): -1059571 or 906735. OLE color: 906735.

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

Color convert

RGB 239 213 13 -
CMYK 0 0.11 0.95 0.06
HSL 53.1º 0.9% 0.49% -
HSV(B) 53.1º 0.95% 0.94% -
XYZ 59.46 65.97 9.98 -
YUV 197.97 23.61 157.26 -
System Red Green Blue C M Y K H S L
Decimal 239 213 13 0 0.11 0.95 0.06 53.1 0.9 0.49
Hex EF D5 D 0 B 5F 6 35 5A 31
Octal 357 325 15 0 13 137 6 65 132 61
Binary 11101111 11010101 1101 0 1011 1011111 110 110101 1011010 110001

Color Harmonies of #EFD50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD50D

Black with #EFD50D

Text Example


Text Example

White with #EFD50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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