Html Css Color HEX #EFE821 Golden Fizz

📋 copy color: '#EFE821'

red 239 ◦ green 232 ◦ blue 33

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

Shades of Golden Fizz #EFE821

Tints of Golden Fizz #EFE821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.55%

R = 47.42%
G = 46.03%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFE821 (or 0xEFE821) is known color: Golden Fizz. HEX triplet: EF, E8 and 21. RGB value is (239,232,33). Sum of RGB (Red+Green+Blue) = 239+232+33=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 33 (13.28% from 255 or 6.55% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE821 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE821 is #1017DE. Grayscale: #D4D4D4. Windows color (decimal): -1054687 or 2222319. OLE color: 2222319.

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

Color convert

RGB 239 232 33 -
CMYK 0 0.03 0.86 0.06
HSL 57.96º 0.87% 0.53% -
HSV(B) 57.96º 0.86% 0.94% -
XYZ 64.73 76.17 12.73 -
YUV 211.41 27.32 147.68 -
System Red Green Blue C M Y K H S L
Decimal 239 232 33 0 0.03 0.86 0.06 57.96 0.87 0.53
Hex EF E8 21 0 3 56 6 3A 57 35
Octal 357 350 41 0 3 126 6 72 127 65
Binary 11101111 11101000 100001 0 11 1010110 110 111010 1010111 110101

Color Harmonies of #EFE821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE821

Black with #EFE821

Text Example


Text Example

White with #EFE821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE821; }

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

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

background-color css

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

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

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

border-color css

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

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

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