Html Css Color HEX #EFD307 Gold

📋 copy color: '#EFD307'

red 239 ◦ green 211 ◦ blue 7

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

Shades of Gold #EFD307

Tints of Gold #EFD307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.53%

R = 52.3%
G = 46.17%
B = 1.53%

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

#EFD307 (or 0xEFD307) is known color: Gold. HEX triplet: EF, D3 and 07. RGB value is (239,211,7). Sum of RGB (Red+Green+Blue) = 239+211+7=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 7 (3.12% from 255 or 1.53% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD307 is #102CF8. Grayscale: #C4C4C4. Windows color (decimal): -1060089 or 513007. OLE color: 513007.

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

Color convert

RGB 239 211 7 -
CMYK 0 0.12 0.97 0.06
HSL 52.76º 0.94% 0.48% -
HSV(B) 52.76º 0.97% 0.94% -
XYZ 58.93 64.95 9.63 -
YUV 196.12 21.28 158.59 -
System Red Green Blue C M Y K H S L
Decimal 239 211 7 0 0.12 0.97 0.06 52.76 0.94 0.48
Hex EF D3 7 0 C 61 6 35 5E 30
Octal 357 323 7 0 14 141 6 65 136 60
Binary 11101111 11010011 111 0 1100 1100001 110 110101 1011110 110000

Color Harmonies of #EFD307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD307

Black with #EFD307

Text Example


Text Example

White with #EFD307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD307; }

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

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

background-color css

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

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

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

border-color css

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

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

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