Html Css Color HEX #E6E220 Golden Fizz

📋 copy color: '#E6E220'

red 230 ◦ green 226 ◦ blue 32

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

Shades of Golden Fizz #E6E220

Tints of Golden Fizz #E6E220

RGB

 RED value IS 230 (90.23% from 255) = 47.13%

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

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

R = 47.13%
G = 46.31%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E6E220 (or 0xE6E220) is known color: Golden Fizz. HEX triplet: E6, E2 and 20. RGB value is (230,226,32). Sum of RGB (Red+Green+Blue) = 230+226+32=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E220 is #191DDF. Grayscale: #CDCDCD. Windows color (decimal): -1646048 or 2155238. OLE color: 2155238.

HSL color Cylindrical-coordinate representation of color #E6E220: hue angle of 58.79º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6E220 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 226 32 -
CMYK 0 0.02 0.86 0.10
HSL 58.79º 0.8% 0.51% -
HSV(B) 58.79º 0.86% 0.9% -
XYZ 60.09 71.32 11.97 -
YUV 205.08 30.33 145.77 -
System Red Green Blue C M Y K H S L
Decimal 230 226 32 0 0.02 0.86 0.10 58.79 0.8 0.51
Hex E6 E2 20 0 2 56 A 3B 50 33
Octal 346 342 40 0 2 126 12 73 120 63
Binary 11100110 11100010 100000 0 10 1010110 1010 111011 1010000 110011

Color Harmonies of #E6E220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E220

Black with #E6E220

Text Example


Text Example

White with #E6E220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E220; }

 p { color: rgb(230,226,32); }

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

background-color css

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

 a { background-color: rgb(230,226,32); }

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

border-color css

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

 span { border-color: rgb(230,226,32); }

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