Html Css Color HEX #EFD100 Gold

📋 copy color: '#EFD100'

red 239 ◦ green 209 ◦ blue 0

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

Shades of Gold #EFD100

Tints of Gold #EFD100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.35%
G = 46.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFD100 (or 0xEFD100) is known color: Gold. HEX triplet: EF, D1 and 00. RGB value is (239,209,0). Sum of RGB (Red+Green+Blue) = 239+209+0=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD100 is #102EFF. Grayscale: #C3C3C3. Windows color (decimal): -1060608 or 53743. OLE color: 53743.

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

Color convert

RGB 239 209 0 -
CMYK 0 0.13 1 0.06
HSL 52.47º 1% 0.47% -
HSV(B) 52.47º 1% 0.94% -
XYZ 58.4 63.95 9.27 -
YUV 194.14 18.44 159.99 -
System Red Green Blue C M Y K H S L
Decimal 239 209 0 0 0.13 1 0.06 52.47 1 0.47
Hex EF D1 0 0 D 64 6 34 64 2F
Octal 357 321 0 0 15 144 6 64 144 57
Binary 11101111 11010001 0 0 1101 1100100 110 110100 1100100 101111

Color Harmonies of #EFD100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD100

Black with #EFD100

Text Example


Text Example

White with #EFD100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD100; }

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

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

background-color css

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

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

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

border-color css

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

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

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