Html Css Color HEX #EFD93A Golden Fizz

📋 copy color: '#EFD93A'

red 239 ◦ green 217 ◦ blue 58

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

Shades of Golden Fizz #EFD93A

Tints of Golden Fizz #EFD93A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.22%

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

R = 46.5%
G = 42.22%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFD93A (or 0xEFD93A) is known color: Golden Fizz. HEX triplet: EF, D9 and 3A. RGB value is (239,217,58). Sum of RGB (Red+Green+Blue) = 239+217+58=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD93A is #1026C5. Grayscale: #CECECE. Windows color (decimal): -1058502 or 3856879. OLE color: 3856879.

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

Color convert

RGB 239 217 58 -
CMYK 0 0.09 0.76 0.06
HSL 52.71º 0.85% 0.58% -
HSV(B) 52.71º 0.76% 0.94% -
XYZ 61.17 68.28 13.96 -
YUV 205.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 239 217 58 0 0.09 0.76 0.06 52.71 0.85 0.58
Hex EF D9 3A 0 9 4C 6 35 55 3A
Octal 357 331 72 0 11 114 6 65 125 72
Binary 11101111 11011001 111010 0 1001 1001100 110 110101 1010101 111010

Color Harmonies of #EFD93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD93A

Black with #EFD93A

Text Example


Text Example

White with #EFD93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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