Html Css Color HEX #EFD601 Gold

📋 copy color: '#EFD601'

red 239 ◦ green 214 ◦ blue 1

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

Shades of Gold #EFD601

Tints of Gold #EFD601

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 52.64%
G = 47.14%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFD601 (or 0xEFD601) is known color: Gold. HEX triplet: EF, D6 and 01. RGB value is (239,214,1). Sum of RGB (Red+Green+Blue) = 239+214+1=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD601 is #1029FE. Grayscale: #C6C6C6. Windows color (decimal): -1059327 or 120559. OLE color: 120559.

HSL color Cylindrical-coordinate representation of color #EFD601: hue angle of 53.7º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFD601 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 1 -
CMYK 0 0.10 1.00 0.06
HSL 53.7º 0.99% 0.47% -
HSV(B) 53.7º 1% 0.94% -
XYZ 59.65 66.45 9.71 -
YUV 197.19 17.28 157.82 -
System Red Green Blue C M Y K H S L
Decimal 239 214 1 0 0.10 1.00 0.06 53.7 0.99 0.47
Hex EF D6 1 0 A 64 6 36 63 2F
Octal 357 326 1 0 12 144 6 66 143 57
Binary 11101111 11010110 1 0 1010 1100100 110 110110 1100011 101111

Color Harmonies of #EFD601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD601

Black with #EFD601

Text Example


Text Example

White with #EFD601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD601; }

 p { color: rgb(239,214,1); }

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

background-color css

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

 a { background-color: rgb(239,214,1); }

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

border-color css

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

 span { border-color: rgb(239,214,1); }

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