Html Css Color HEX #EFD508 Gold

📋 copy color: '#EFD508'

red 239 ◦ green 213 ◦ blue 8

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

Shades of Gold #EFD508

Tints of Gold #EFD508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 51.96%
G = 46.3%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFD508 (or 0xEFD508) is known color: Gold. HEX triplet: EF, D5 and 08. RGB value is (239,213,8). Sum of RGB (Red+Green+Blue) = 239+213+8=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD508 is #102AF7. Grayscale: #C6C6C6. Windows color (decimal): -1059576 or 579055. OLE color: 579055.

HSL color Cylindrical-coordinate representation of color #EFD508: hue angle of 53.25º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFD508 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 8 -
CMYK 0 0.11 0.97 0.06
HSL 53.25º 0.94% 0.48% -
HSV(B) 53.25º 0.97% 0.94% -
XYZ 59.43 65.96 9.83 -
YUV 197.4 21.11 157.67 -
System Red Green Blue C M Y K H S L
Decimal 239 213 8 0 0.11 0.97 0.06 53.25 0.94 0.48
Hex EF D5 8 0 B 61 6 35 5E 30
Octal 357 325 10 0 13 141 6 65 136 60
Binary 11101111 11010101 1000 0 1011 1100001 110 110101 1011110 110000

Color Harmonies of #EFD508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD508

Black with #EFD508

Text Example


Text Example

White with #EFD508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD508; }

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

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

background-color css

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

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

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

border-color css

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

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

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