Html Css Color HEX #EFD101 Gold

📋 copy color: '#EFD101'

red 239 ◦ green 209 ◦ blue 1

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

Shades of Gold #EFD101

Tints of Gold #EFD101

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.55%

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

R = 53.23%
G = 46.55%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFD101 (or 0xEFD101) is known color: Gold. HEX triplet: EF, D1 and 01. RGB value is (239,209,1). Sum of RGB (Red+Green+Blue) = 239+209+1=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD101 is #102EFE. Grayscale: #C3C3C3. Windows color (decimal): -1060607 or 119279. OLE color: 119279.

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

Color convert

RGB 239 209 1 -
CMYK 0 0.13 1.00 0.06
HSL 52.44º 0.99% 0.47% -
HSV(B) 52.44º 1% 0.94% -
XYZ 58.4 63.95 9.29 -
YUV 194.26 18.94 159.91 -
System Red Green Blue C M Y K H S L
Decimal 239 209 1 0 0.13 1.00 0.06 52.44 0.99 0.47
Hex EF D1 1 0 D 64 6 34 63 2F
Octal 357 321 1 0 15 144 6 64 143 57
Binary 11101111 11010001 1 0 1101 1100100 110 110100 1100011 101111

Color Harmonies of #EFD101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD101

Black with #EFD101

Text Example


Text Example

White with #EFD101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD101; }

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

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

background-color css

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

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

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

border-color css

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

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

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