Html Css Color HEX #EFD600 Gold

📋 copy color: '#EFD600'

red 239 ◦ green 214 ◦ blue 0

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

Shades of Gold #EFD600

Tints of Gold #EFD600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.24%

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

R = 52.76%
G = 47.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFD600 (or 0xEFD600) is known color: Gold. HEX triplet: EF, D6 and 00. RGB value is (239,214,0). Sum of RGB (Red+Green+Blue) = 239+214+0=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD600 is #1029FF. Grayscale: #C5C5C5. Windows color (decimal): -1059328 or 55023. OLE color: 55023.

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

Color convert

RGB 239 214 0 -
CMYK 0 0.10 1 0.06
HSL 53.72º 1% 0.47% -
HSV(B) 53.72º 1% 0.94% -
XYZ 59.64 66.44 9.68 -
YUV 197.08 16.78 157.9 -
System Red Green Blue C M Y K H S L
Decimal 239 214 0 0 0.10 1 0.06 53.72 1 0.47
Hex EF D6 0 0 A 64 6 36 64 2F
Octal 357 326 0 0 12 144 6 66 144 57
Binary 11101111 11010110 0 0 1010 1100100 110 110110 1100100 101111

Color Harmonies of #EFD600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD600

Black with #EFD600

Text Example


Text Example

White with #EFD600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD600; }

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

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

background-color css

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

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

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

border-color css

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

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

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