Html Css Color HEX #E2E026 Golden Fizz

📋 copy color: '#E2E026'

red 226 ◦ green 224 ◦ blue 38

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

Shades of Golden Fizz #E2E026

Tints of Golden Fizz #E2E026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.79%

R = 46.31%
G = 45.9%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E2E026 (or 0xE2E026) is known color: Golden Fizz. HEX triplet: E2, E0 and 26. RGB value is (226,224,38). Sum of RGB (Red+Green+Blue) = 226+224+38=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 38 (15.23% from 255 or 7.79% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E026 is #1D1FD9. Grayscale: #CCCCCC. Windows color (decimal): -1908698 or 2547938. OLE color: 2547938.

HSL color Cylindrical-coordinate representation of color #E2E026: hue angle of 59.36º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2E026 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 224 38 -
CMYK 0 0.01 0.83 0.11
HSL 59.36º 0.76% 0.52% -
HSV(B) 59.36º 0.83% 0.89% -
XYZ 58.37 69.62 12.2 -
YUV 203.39 34.66 144.12 -
System Red Green Blue C M Y K H S L
Decimal 226 224 38 0 0.01 0.83 0.11 59.36 0.76 0.52
Hex E2 E0 26 0 1 53 B 3B 4C 34
Octal 342 340 46 0 1 123 13 73 114 64
Binary 11100010 11100000 100110 0 1 1010011 1011 111011 1001100 110100

Color Harmonies of #E2E026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E026

Black with #E2E026

Text Example


Text Example

White with #E2E026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E026; }

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

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

background-color css

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

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

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

border-color css

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

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

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