Html Css Color HEX #EFD73A Golden Fizz

📋 copy color: '#EFD73A'

red 239 ◦ green 215 ◦ blue 58

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

Shades of Golden Fizz #EFD73A

Tints of Golden Fizz #EFD73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.99%

 BLUE value IS 58 (23.05% from 255) = 11.33%

R = 46.68%
G = 41.99%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFD73A (or 0xEFD73A) is known color: Golden Fizz. HEX triplet: EF, D7 and 3A. RGB value is (239,215,58). Sum of RGB (Red+Green+Blue) = 239+215+58=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 58 (23.05% from 255 or 11.33% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD73A is #1028C5. Grayscale: #CCCCCC. Windows color (decimal): -1059014 or 3856367. OLE color: 3856367.

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

Color convert

RGB 239 215 58 -
CMYK 0 0.10 0.76 0.06
HSL 52.04º 0.85% 0.58% -
HSV(B) 52.04º 0.76% 0.94% -
XYZ 60.66 67.26 13.79 -
YUV 204.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 239 215 58 0 0.10 0.76 0.06 52.04 0.85 0.58
Hex EF D7 3A 0 A 4C 6 34 55 3A
Octal 357 327 72 0 12 114 6 64 125 72
Binary 11101111 11010111 111010 0 1010 1001100 110 110100 1010101 111010

Color Harmonies of #EFD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD73A

Black with #EFD73A

Text Example


Text Example

White with #EFD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD73A; }

 p { color: rgb(239,215,58); }

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

background-color css

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

 a { background-color: rgb(239,215,58); }

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

border-color css

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

 span { border-color: rgb(239,215,58); }

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