Html Css Color HEX #EFE520 Golden Fizz

📋 copy color: '#EFE520'

red 239 ◦ green 229 ◦ blue 32

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

Shades of Golden Fizz #EFE520

Tints of Golden Fizz #EFE520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.8%

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

R = 47.8%
G = 45.8%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFE520 (or 0xEFE520) is known color: Golden Fizz. HEX triplet: EF, E5 and 20. RGB value is (239,229,32). Sum of RGB (Red+Green+Blue) = 239+229+32=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 32 (12.89% from 255 or 6.4% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE520 is #101ADF. Grayscale: #D2D2D2. Windows color (decimal): -1055456 or 2156015. OLE color: 2156015.

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

Color convert

RGB 239 229 32 -
CMYK 0 0.04 0.87 0.06
HSL 57.1º 0.87% 0.53% -
HSV(B) 57.1º 0.87% 0.94% -
XYZ 63.88 74.49 12.38 -
YUV 209.53 27.81 149.02 -
System Red Green Blue C M Y K H S L
Decimal 239 229 32 0 0.04 0.87 0.06 57.1 0.87 0.53
Hex EF E5 20 0 4 57 6 39 57 35
Octal 357 345 40 0 4 127 6 71 127 65
Binary 11101111 11100101 100000 0 100 1010111 110 111001 1010111 110101

Color Harmonies of #EFE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE520

Black with #EFE520

Text Example


Text Example

White with #EFE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE520; }

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

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

background-color css

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

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

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

border-color css

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

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

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