Html Css Color HEX #EFE522 Golden Fizz

📋 copy color: '#EFE522'

red 239 ◦ green 229 ◦ blue 34

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

Shades of Golden Fizz #EFE522

Tints of Golden Fizz #EFE522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.77%

R = 47.61%
G = 45.62%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFE522 (or 0xEFE522) is known color: Golden Fizz. HEX triplet: EF, E5 and 22. RGB value is (239,229,34). Sum of RGB (Red+Green+Blue) = 239+229+34=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 34 (13.67% from 255 or 6.77% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE522 is #101ADD. Grayscale: #D2D2D2. Windows color (decimal): -1055454 or 2287087. OLE color: 2287087.

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

Color convert

RGB 239 229 34 -
CMYK 0 0.04 0.86 0.06
HSL 57.07º 0.86% 0.54% -
HSV(B) 57.07º 0.86% 0.94% -
XYZ 63.9 74.5 12.53 -
YUV 209.76 28.81 148.86 -
System Red Green Blue C M Y K H S L
Decimal 239 229 34 0 0.04 0.86 0.06 57.07 0.86 0.54
Hex EF E5 22 0 4 56 6 39 56 36
Octal 357 345 42 0 4 126 6 71 126 66
Binary 11101111 11100101 100010 0 100 1010110 110 111001 1010110 110110

Color Harmonies of #EFE522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE522

Black with #EFE522

Text Example


Text Example

White with #EFE522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE522; }

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

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

background-color css

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

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

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

border-color css

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

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

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