Html Css Color HEX #EFDC3A Golden Fizz

📋 copy color: '#EFDC3A'

red 239 ◦ green 220 ◦ blue 58

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

Shades of Golden Fizz #EFDC3A

Tints of Golden Fizz #EFDC3A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.55%

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

R = 46.23%
G = 42.55%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFDC3A (or 0xEFDC3A) is known color: Golden Fizz. HEX triplet: EF, DC and 3A. RGB value is (239,220,58). Sum of RGB (Red+Green+Blue) = 239+220+58=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC3A is #1023C5. Grayscale: #CFCFCF. Windows color (decimal): -1057734 or 3857647. OLE color: 3857647.

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

Color convert

RGB 239 220 58 -
CMYK 0 0.08 0.76 0.06
HSL 53.7º 0.85% 0.58% -
HSV(B) 53.7º 0.76% 0.94% -
XYZ 61.95 69.84 14.22 -
YUV 207.21 43.79 150.67 -
System Red Green Blue C M Y K H S L
Decimal 239 220 58 0 0.08 0.76 0.06 53.7 0.85 0.58
Hex EF DC 3A 0 8 4C 6 36 55 3A
Octal 357 334 72 0 10 114 6 66 125 72
Binary 11101111 11011100 111010 0 1000 1001100 110 110110 1010101 111010

Color Harmonies of #EFDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC3A

Black with #EFDC3A

Text Example


Text Example

White with #EFDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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