Html Css Color HEX #E2E017 Golden Fizz

📋 copy color: '#E2E017'

red 226 ◦ green 224 ◦ blue 23

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

Shades of Golden Fizz #E2E017

Tints of Golden Fizz #E2E017

RGB

 RED value IS 226 (88.67% from 255) = 47.78%

 GREEN value IS 224 (87.89% from 255) = 47.36%

 BLUE value IS 23 (9.38% from 255) = 4.86%

R = 47.78%
G = 47.36%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E2E017 (or 0xE2E017) is known color: Golden Fizz. HEX triplet: E2, E0 and 17. RGB value is (226,224,23). Sum of RGB (Red+Green+Blue) = 226+224+23=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 23 (9.38% from 255 or 4.86% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E017 is #1D1FE8. Grayscale: #CACACA. Windows color (decimal): -1908713 or 1564898. OLE color: 1564898.

HSL color Cylindrical-coordinate representation of color #E2E017: hue angle of 59.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2E017 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 224 23 -
CMYK 0 0.01 0.90 0.11
HSL 59.41º 0.82% 0.49% -
HSV(B) 59.41º 0.9% 0.89% -
XYZ 58.17 69.54 11.17 -
YUV 201.68 27.16 145.34 -
System Red Green Blue C M Y K H S L
Decimal 226 224 23 0 0.01 0.90 0.11 59.41 0.82 0.49
Hex E2 E0 17 0 1 5A B 3B 52 31
Octal 342 340 27 0 1 132 13 73 122 61
Binary 11100010 11100000 10111 0 1 1011010 1011 111011 1010010 110001

Color Harmonies of #E2E017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E017

Black with #E2E017

Text Example


Text Example

White with #E2E017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E017; }

 p { color: rgb(226,224,23); }

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

background-color css

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

 a { background-color: rgb(226,224,23); }

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

border-color css

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

 span { border-color: rgb(226,224,23); }

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