Html Css Color HEX #EFE820 Golden Fizz

📋 copy color: '#EFE820'

red 239 ◦ green 232 ◦ blue 32

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

Shades of Golden Fizz #EFE820

Tints of Golden Fizz #EFE820

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.12%

 BLUE value IS 32 (12.89% from 255) = 6.36%

R = 47.51%
G = 46.12%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFE820 (or 0xEFE820) is known color: Golden Fizz. HEX triplet: EF, E8 and 20. RGB value is (239,232,32). Sum of RGB (Red+Green+Blue) = 239+232+32=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 32 (12.89% from 255 or 6.36% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE820 is #1017DF. Grayscale: #D4D4D4. Windows color (decimal): -1054688 or 2156783. OLE color: 2156783.

HSL color Cylindrical-coordinate representation of color #EFE820: hue angle of 57.97º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFE820 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 32 -
CMYK 0 0.03 0.87 0.06
HSL 57.97º 0.87% 0.53% -
HSV(B) 57.97º 0.87% 0.94% -
XYZ 64.71 76.17 12.66 -
YUV 211.29 26.82 147.76 -
System Red Green Blue C M Y K H S L
Decimal 239 232 32 0 0.03 0.87 0.06 57.97 0.87 0.53
Hex EF E8 20 0 3 57 6 3A 57 35
Octal 357 350 40 0 3 127 6 72 127 65
Binary 11101111 11101000 100000 0 11 1010111 110 111010 1010111 110101

Color Harmonies of #EFE820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE820

Black with #EFE820

Text Example


Text Example

White with #EFE820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE820; }

 p { color: rgb(239,232,32); }

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

background-color css

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

 a { background-color: rgb(239,232,32); }

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

border-color css

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

 span { border-color: rgb(239,232,32); }

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