Html Css Color HEX #EFD301 Gold

📋 copy color: '#EFD301'

red 239 ◦ green 211 ◦ blue 1

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

Shades of Gold #EFD301

Tints of Gold #EFD301

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.78%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 52.99%
G = 46.78%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFD301 (or 0xEFD301) is known color: Gold. HEX triplet: EF, D3 and 01. RGB value is (239,211,1). Sum of RGB (Red+Green+Blue) = 239+211+1=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD301 is #102CFE. Grayscale: #C4C4C4. Windows color (decimal): -1060095 or 119791. OLE color: 119791.

HSL color Cylindrical-coordinate representation of color #EFD301: hue angle of 52.94º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFD301 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 1 -
CMYK 0 0.12 1.00 0.06
HSL 52.94º 0.99% 0.47% -
HSV(B) 52.94º 1% 0.94% -
XYZ 58.9 64.94 9.46 -
YUV 195.43 18.28 159.08 -
System Red Green Blue C M Y K H S L
Decimal 239 211 1 0 0.12 1.00 0.06 52.94 0.99 0.47
Hex EF D3 1 0 C 64 6 35 63 2F
Octal 357 323 1 0 14 144 6 65 143 57
Binary 11101111 11010011 1 0 1100 1100100 110 110101 1100011 101111

Color Harmonies of #EFD301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD301

Black with #EFD301

Text Example


Text Example

White with #EFD301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD301; }

 p { color: rgb(239,211,1); }

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

background-color css

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

 a { background-color: rgb(239,211,1); }

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

border-color css

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

 span { border-color: rgb(239,211,1); }

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