Html Css Color HEX #E2DA22 Golden Fizz

📋 copy color: '#E2DA22'

red 226 ◦ green 218 ◦ blue 34

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

Shades of Golden Fizz #E2DA22

Tints of Golden Fizz #E2DA22

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

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

R = 47.28%
G = 45.61%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E2DA22 (or 0xE2DA22) is known color: Golden Fizz. HEX triplet: E2, DA and 22. RGB value is (226,218,34). Sum of RGB (Red+Green+Blue) = 226+218+34=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 34 (13.67% from 255 or 7.11% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DA22 is #1D25DD. Grayscale: #C8C8C8. Windows color (decimal): -1910238 or 2284258. OLE color: 2284258.

HSL color Cylindrical-coordinate representation of color #E2DA22: hue angle of 57.5º 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 #E2DA22 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 218 34 -
CMYK 0 0.04 0.85 0.11
HSL 57.5º 0.77% 0.51% -
HSV(B) 57.5º 0.85% 0.89% -
XYZ 56.72 66.43 11.35 -
YUV 199.42 34.65 146.96 -
System Red Green Blue C M Y K H S L
Decimal 226 218 34 0 0.04 0.85 0.11 57.5 0.77 0.51
Hex E2 DA 22 0 4 55 B 3A 4D 33
Octal 342 332 42 0 4 125 13 72 115 63
Binary 11100010 11011010 100010 0 100 1010101 1011 111010 1001101 110011

Color Harmonies of #E2DA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA22

Black with #E2DA22

Text Example


Text Example

White with #E2DA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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