Html Css Color HEX #E2DE22 Golden Fizz

📋 copy color: '#E2DE22'

red 226 ◦ green 222 ◦ blue 34

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

Shades of Golden Fizz #E2DE22

Tints of Golden Fizz #E2DE22

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.06%

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

R = 46.89%
G = 46.06%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E2DE22 (or 0xE2DE22) is known color: Golden Fizz. HEX triplet: E2, DE and 22. RGB value is (226,222,34). Sum of RGB (Red+Green+Blue) = 226+222+34=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DE22 is #1D21DD. Grayscale: #CACACA. Windows color (decimal): -1909214 or 2285282. OLE color: 2285282.

HSL color Cylindrical-coordinate representation of color #E2DE22: hue angle of 58.75º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2DE22 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 222 34 -
CMYK 0 0.02 0.85 0.11
HSL 58.75º 0.77% 0.51% -
HSV(B) 58.75º 0.85% 0.89% -
XYZ 57.77 68.53 11.7 -
YUV 201.76 33.33 145.29 -
System Red Green Blue C M Y K H S L
Decimal 226 222 34 0 0.02 0.85 0.11 58.75 0.77 0.51
Hex E2 DE 22 0 2 55 B 3B 4D 33
Octal 342 336 42 0 2 125 13 73 115 63
Binary 11100010 11011110 100010 0 10 1010101 1011 111011 1001101 110011

Color Harmonies of #E2DE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE22

Black with #E2DE22

Text Example


Text Example

White with #E2DE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE22; }

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

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

background-color css

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

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

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

border-color css

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

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

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