Html Css Color HEX #EFD200 Gold

📋 copy color: '#EFD200'

red 239 ◦ green 210 ◦ blue 0

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

Shades of Gold #EFD200

Tints of Gold #EFD200

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.77%

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

R = 53.23%
G = 46.77%
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

#EFD200 (or 0xEFD200) is known color: Gold. HEX triplet: EF, D2 and 00. RGB value is (239,210,0). Sum of RGB (Red+Green+Blue) = 239+210+0=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD200 is #102DFF. Grayscale: #C3C3C3. Windows color (decimal): -1060352 or 53999. OLE color: 53999.

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

Color convert

RGB 239 210 0 -
CMYK 0 0.12 1 0.06
HSL 52.72º 1% 0.47% -
HSV(B) 52.72º 1% 0.94% -
XYZ 58.64 64.44 9.35 -
YUV 194.73 18.11 159.58 -
System Red Green Blue C M Y K H S L
Decimal 239 210 0 0 0.12 1 0.06 52.72 1 0.47
Hex EF D2 0 0 C 64 6 35 64 2F
Octal 357 322 0 0 14 144 6 65 144 57
Binary 11101111 11010010 0 0 1100 1100100 110 110101 1100100 101111

Color Harmonies of #EFD200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD200

Black with #EFD200

Text Example


Text Example

White with #EFD200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD200; }

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

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

background-color css

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

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

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

border-color css

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

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

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