Html Css Color HEX #EFE920 Golden Fizz

📋 copy color: '#EFE920'

red 239 ◦ green 233 ◦ blue 32

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

Shades of Golden Fizz #EFE920

Tints of Golden Fizz #EFE920

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.23%

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

R = 47.42%
G = 46.23%
B = 6.35%

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

#EFE920 (or 0xEFE920) is known color: Golden Fizz. HEX triplet: EF, E9 and 20. RGB value is (239,233,32). Sum of RGB (Red+Green+Blue) = 239+233+32=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 32 (12.89% from 255 or 6.35% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE920 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE920 is #1016DF. Grayscale: #D4D4D4. Windows color (decimal): -1054432 or 2157039. OLE color: 2157039.

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

Color convert

RGB 239 233 32 -
CMYK 0 0.03 0.87 0.06
HSL 58.26º 0.87% 0.53% -
HSV(B) 58.26º 0.87% 0.94% -
XYZ 65 76.73 12.75 -
YUV 211.88 26.49 147.34 -
System Red Green Blue C M Y K H S L
Decimal 239 233 32 0 0.03 0.87 0.06 58.26 0.87 0.53
Hex EF E9 20 0 3 57 6 3A 57 35
Octal 357 351 40 0 3 127 6 72 127 65
Binary 11101111 11101001 100000 0 11 1010111 110 111010 1010111 110101

Color Harmonies of #EFE920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE920

Black with #EFE920

Text Example


Text Example

White with #EFE920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE920; }

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

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

background-color css

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

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

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

border-color css

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

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

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