Html Css Color HEX #EFD306 Gold

📋 copy color: '#EFD306'

red 239 ◦ green 211 ◦ blue 6

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

Shades of Gold #EFD306

Tints of Gold #EFD306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 52.41%
G = 46.27%
B = 1.32%

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

#EFD306 (or 0xEFD306) is known color: Gold. HEX triplet: EF, D3 and 06. RGB value is (239,211,6). Sum of RGB (Red+Green+Blue) = 239+211+6=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD306 is #102CF9. Grayscale: #C4C4C4. Windows color (decimal): -1060090 or 447471. OLE color: 447471.

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

Color convert

RGB 239 211 6 -
CMYK 0 0.12 0.97 0.06
HSL 52.79º 0.95% 0.48% -
HSV(B) 52.79º 0.97% 0.94% -
XYZ 58.92 64.95 9.6 -
YUV 196 20.78 158.67 -
System Red Green Blue C M Y K H S L
Decimal 239 211 6 0 0.12 0.97 0.06 52.79 0.95 0.48
Hex EF D3 6 0 C 61 6 35 5F 30
Octal 357 323 6 0 14 141 6 65 137 60
Binary 11101111 11010011 110 0 1100 1100001 110 110101 1011111 110000

Color Harmonies of #EFD306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD306

Black with #EFD306

Text Example


Text Example

White with #EFD306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD306; }

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

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

background-color css

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

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

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

border-color css

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

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

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