Html Css Color HEX #EFD303 Gold

📋 copy color: '#EFD303'

red 239 ◦ green 211 ◦ blue 3

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

Shades of Gold #EFD303

Tints of Gold #EFD303

RGB

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

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

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

R = 52.76%
G = 46.58%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFD303 (or 0xEFD303) is known color: Gold. HEX triplet: EF, D3 and 03. RGB value is (239,211,3). Sum of RGB (Red+Green+Blue) = 239+211+3=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 3 (1.56% from 255 or 0.66% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD303 is #102CFC. Grayscale: #C4C4C4. Windows color (decimal): -1060093 or 250863. OLE color: 250863.

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

Color convert

RGB 239 211 3 -
CMYK 0 0.12 0.99 0.06
HSL 52.88º 0.98% 0.47% -
HSV(B) 52.88º 0.99% 0.94% -
XYZ 58.91 64.95 9.52 -
YUV 195.66 19.28 158.91 -
System Red Green Blue C M Y K H S L
Decimal 239 211 3 0 0.12 0.99 0.06 52.88 0.98 0.47
Hex EF D3 3 0 C 63 6 35 62 2F
Octal 357 323 3 0 14 143 6 65 142 57
Binary 11101111 11010011 11 0 1100 1100011 110 110101 1100010 101111

Color Harmonies of #EFD303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD303

Black with #EFD303

Text Example


Text Example

White with #EFD303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD303; }

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

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

background-color css

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

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

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

border-color css

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

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

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