Html Css Color HEX #EFE322 Golden Fizz

📋 copy color: '#EFE322'

red 239 ◦ green 227 ◦ blue 34

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

Shades of Golden Fizz #EFE322

Tints of Golden Fizz #EFE322

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.4%

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

R = 47.8%
G = 45.4%
B = 6.8%

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

#EFE322 (or 0xEFE322) is known color: Golden Fizz. HEX triplet: EF, E3 and 22. RGB value is (239,227,34). Sum of RGB (Red+Green+Blue) = 239+227+34=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 34 (13.67% from 255 or 6.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE322 is #101CDD. Grayscale: #D1D1D1. Windows color (decimal): -1055966 or 2286575. OLE color: 2286575.

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

Color convert

RGB 239 227 34 -
CMYK 0 0.05 0.86 0.06
HSL 56.49º 0.86% 0.54% -
HSV(B) 56.49º 0.86% 0.94% -
XYZ 63.35 73.4 12.34 -
YUV 208.59 29.48 149.69 -
System Red Green Blue C M Y K H S L
Decimal 239 227 34 0 0.05 0.86 0.06 56.49 0.86 0.54
Hex EF E3 22 0 5 56 6 38 56 36
Octal 357 343 42 0 5 126 6 70 126 66
Binary 11101111 11100011 100010 0 101 1010110 110 111000 1010110 110110

Color Harmonies of #EFE322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE322

Black with #EFE322

Text Example


Text Example

White with #EFE322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE322; }

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

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

background-color css

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

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

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

border-color css

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

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

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