Html Css Color HEX #EFD408 Gold

📋 copy color: '#EFD408'

red 239 ◦ green 212 ◦ blue 8

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

Shades of Gold #EFD408

Tints of Gold #EFD408

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.19%

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

R = 52.07%
G = 46.19%
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

#EFD408 (or 0xEFD408) is known color: Gold. HEX triplet: EF, D4 and 08. RGB value is (239,212,8). Sum of RGB (Red+Green+Blue) = 239+212+8=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD408 is #102BF7. Grayscale: #C5C5C5. Windows color (decimal): -1059832 or 578799. OLE color: 578799.

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

Color convert

RGB 239 212 8 -
CMYK 0 0.11 0.97 0.06
HSL 52.99º 0.94% 0.48% -
HSV(B) 52.99º 0.97% 0.94% -
XYZ 59.18 65.46 9.74 -
YUV 196.82 21.45 158.09 -
System Red Green Blue C M Y K H S L
Decimal 239 212 8 0 0.11 0.97 0.06 52.99 0.94 0.48
Hex EF D4 8 0 B 61 6 35 5E 30
Octal 357 324 10 0 13 141 6 65 136 60
Binary 11101111 11010100 1000 0 1011 1100001 110 110101 1011110 110000

Color Harmonies of #EFD408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD408

Black with #EFD408

Text Example


Text Example

White with #EFD408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD408; }

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

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

background-color css

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

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

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

border-color css

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

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

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