Html Css Color HEX #EFE222 Golden Fizz

📋 copy color: '#EFE222'

red 239 ◦ green 226 ◦ blue 34

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

Shades of Golden Fizz #EFE222

Tints of Golden Fizz #EFE222

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.29%

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

R = 47.9%
G = 45.29%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFE222 (or 0xEFE222) is known color: Golden Fizz. HEX triplet: EF, E2 and 22. RGB value is (239,226,34). Sum of RGB (Red+Green+Blue) = 239+226+34=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 34 (13.67% from 255 or 6.81% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE222 is #101DDD. Grayscale: #D0D0D0. Windows color (decimal): -1056222 or 2286319. OLE color: 2286319.

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

Color convert

RGB 239 226 34 -
CMYK 0 0.05 0.86 0.06
HSL 56.2º 0.86% 0.54% -
HSV(B) 56.2º 0.86% 0.94% -
XYZ 63.08 72.86 12.25 -
YUV 208 29.81 150.11 -
System Red Green Blue C M Y K H S L
Decimal 239 226 34 0 0.05 0.86 0.06 56.2 0.86 0.54
Hex EF E2 22 0 5 56 6 38 56 36
Octal 357 342 42 0 5 126 6 70 126 66
Binary 11101111 11100010 100010 0 101 1010110 110 111000 1010110 110110

Color Harmonies of #EFE222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE222

Black with #EFE222

Text Example


Text Example

White with #EFE222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE222; }

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

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

background-color css

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

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

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

border-color css

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

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

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