Html Css Color HEX #EFD308 Gold

📋 copy color: '#EFD308'

red 239 ◦ green 211 ◦ blue 8

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

Shades of Gold #EFD308

Tints of Gold #EFD308

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.07%

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

R = 52.18%
G = 46.07%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFD308 (or 0xEFD308) is known color: Gold. HEX triplet: EF, D3 and 08. RGB value is (239,211,8). Sum of RGB (Red+Green+Blue) = 239+211+8=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD308 is #102CF7. Grayscale: #C5C5C5. Windows color (decimal): -1060088 or 578543. OLE color: 578543.

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

Color convert

RGB 239 211 8 -
CMYK 0 0.12 0.97 0.06
HSL 52.73º 0.94% 0.48% -
HSV(B) 52.73º 0.97% 0.94% -
XYZ 58.93 64.96 9.66 -
YUV 196.23 21.78 158.51 -
System Red Green Blue C M Y K H S L
Decimal 239 211 8 0 0.12 0.97 0.06 52.73 0.94 0.48
Hex EF D3 8 0 C 61 6 35 5E 30
Octal 357 323 10 0 14 141 6 65 136 60
Binary 11101111 11010011 1000 0 1100 1100001 110 110101 1011110 110000

Color Harmonies of #EFD308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD308

Black with #EFD308

Text Example


Text Example

White with #EFD308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD308; }

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

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

background-color css

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

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

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

border-color css

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

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

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