Html Css Color HEX #EFD603 Gold

📋 copy color: '#EFD603'

red 239 ◦ green 214 ◦ blue 3

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

Shades of Gold #EFD603

Tints of Gold #EFD603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.66%

R = 52.41%
G = 46.93%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFD603 (or 0xEFD603) is known color: Gold. HEX triplet: EF, D6 and 03. RGB value is (239,214,3). Sum of RGB (Red+Green+Blue) = 239+214+3=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 3 (1.56% from 255 or 0.66% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD603 is #1029FC. Grayscale: #C6C6C6. Windows color (decimal): -1059325 or 251631. OLE color: 251631.

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

Color convert

RGB 239 214 3 -
CMYK 0 0.10 0.99 0.06
HSL 53.64º 0.98% 0.47% -
HSV(B) 53.64º 0.99% 0.94% -
XYZ 59.66 66.45 9.77 -
YUV 197.42 18.28 157.66 -
System Red Green Blue C M Y K H S L
Decimal 239 214 3 0 0.10 0.99 0.06 53.64 0.98 0.47
Hex EF D6 3 0 A 63 6 36 62 2F
Octal 357 326 3 0 12 143 6 66 142 57
Binary 11101111 11010110 11 0 1010 1100011 110 110110 1100010 101111

Color Harmonies of #EFD603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD603

Black with #EFD603

Text Example


Text Example

White with #EFD603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD603; }

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

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

background-color css

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

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

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

border-color css

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

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

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