Html Css Color HEX #EFD504 Gold

📋 copy color: '#EFD504'

red 239 ◦ green 213 ◦ blue 4

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

Shades of Gold #EFD504

Tints of Gold #EFD504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 52.41%
G = 46.71%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFD504 (or 0xEFD504) is known color: Gold. HEX triplet: EF, D5 and 04. RGB value is (239,213,4). Sum of RGB (Red+Green+Blue) = 239+213+4=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD504 is #102AFB. Grayscale: #C5C5C5. Windows color (decimal): -1059580 or 316911. OLE color: 316911.

HSL color Cylindrical-coordinate representation of color #EFD504: hue angle of 53.36º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFD504 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 4 -
CMYK 0 0.11 0.98 0.06
HSL 53.36º 0.97% 0.48% -
HSV(B) 53.36º 0.98% 0.94% -
XYZ 59.41 65.95 9.71 -
YUV 196.95 19.11 157.99 -
System Red Green Blue C M Y K H S L
Decimal 239 213 4 0 0.11 0.98 0.06 53.36 0.97 0.48
Hex EF D5 4 0 B 62 6 35 61 30
Octal 357 325 4 0 13 142 6 65 141 60
Binary 11101111 11010101 100 0 1011 1100010 110 110101 1100001 110000

Color Harmonies of #EFD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD504

Black with #EFD504

Text Example


Text Example

White with #EFD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD504; }

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

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

background-color css

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

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

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

border-color css

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

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

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