Html Css Color HEX #EFD103 Gold

📋 copy color: '#EFD103'

red 239 ◦ green 209 ◦ blue 3

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

Shades of Gold #EFD103

Tints of Gold #EFD103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 52.99%
G = 46.34%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFD103 (or 0xEFD103) is known color: Gold. HEX triplet: EF, D1 and 03. RGB value is (239,209,3). Sum of RGB (Red+Green+Blue) = 239+209+3=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 3 (1.56% from 255 or 0.67% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD103 is #102EFC. Grayscale: #C3C3C3. Windows color (decimal): -1060605 or 250351. OLE color: 250351.

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

Color convert

RGB 239 209 3 -
CMYK 0 0.13 0.99 0.06
HSL 52.37º 0.98% 0.47% -
HSV(B) 52.37º 0.99% 0.94% -
XYZ 58.41 63.96 9.35 -
YUV 194.49 19.94 159.75 -
System Red Green Blue C M Y K H S L
Decimal 239 209 3 0 0.13 0.99 0.06 52.37 0.98 0.47
Hex EF D1 3 0 D 63 6 34 62 2F
Octal 357 321 3 0 15 143 6 64 142 57
Binary 11101111 11010001 11 0 1101 1100011 110 110100 1100010 101111

Color Harmonies of #EFD103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD103

Black with #EFD103

Text Example


Text Example

White with #EFD103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD103; }

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

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

background-color css

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

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

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

border-color css

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

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

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