Html Css Color HEX #EFD300 Gold

📋 copy color: '#EFD300'

red 239 ◦ green 211 ◦ blue 0

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

Shades of Gold #EFD300

Tints of Gold #EFD300

RGB

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

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

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

R = 53.11%
G = 46.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFD300 (or 0xEFD300) is known color: Gold. HEX triplet: EF, D3 and 00. RGB value is (239,211,0). Sum of RGB (Red+Green+Blue) = 239+211+0=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD300 is #102CFF. Grayscale: #C4C4C4. Windows color (decimal): -1060096 or 54255. OLE color: 54255.

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

Color convert

RGB 239 211 0 -
CMYK 0 0.12 1 0.06
HSL 52.97º 1% 0.47% -
HSV(B) 52.97º 1% 0.94% -
XYZ 58.89 64.94 9.43 -
YUV 195.32 17.78 159.16 -
System Red Green Blue C M Y K H S L
Decimal 239 211 0 0 0.12 1 0.06 52.97 1 0.47
Hex EF D3 0 0 C 64 6 35 64 2F
Octal 357 323 0 0 14 144 6 65 144 57
Binary 11101111 11010011 0 0 1100 1100100 110 110101 1100100 101111

Color Harmonies of #EFD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD300

Black with #EFD300

Text Example


Text Example

White with #EFD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD300; }

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

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

background-color css

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

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

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

border-color css

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

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

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