Html Css Color HEX #EFD500 Gold

📋 copy color: '#EFD500'

red 239 ◦ green 213 ◦ blue 0

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

Shades of Gold #EFD500

Tints of Gold #EFD500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.12%

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

R = 52.88%
G = 47.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFD500 (or 0xEFD500) is known color: Gold. HEX triplet: EF, D5 and 00. RGB value is (239,213,0). Sum of RGB (Red+Green+Blue) = 239+213+0=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD500 is #102AFF. Grayscale: #C5C5C5. Windows color (decimal): -1059584 or 54767. OLE color: 54767.

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

Color convert

RGB 239 213 0 -
CMYK 0 0.11 1 0.06
HSL 53.47º 1% 0.47% -
HSV(B) 53.47º 1% 0.94% -
XYZ 59.39 65.94 9.6 -
YUV 196.49 17.11 158.32 -
System Red Green Blue C M Y K H S L
Decimal 239 213 0 0 0.11 1 0.06 53.47 1 0.47
Hex EF D5 0 0 B 64 6 35 64 2F
Octal 357 325 0 0 13 144 6 65 144 57
Binary 11101111 11010101 0 0 1011 1100100 110 110101 1100100 101111

Color Harmonies of #EFD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD500

Black with #EFD500

Text Example


Text Example

White with #EFD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD500; }

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

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

background-color css

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

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

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

border-color css

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

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

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