Html Css Color HEX #E2DA25 Golden Fizz

📋 copy color: '#E2DA25'

red 226 ◦ green 218 ◦ blue 37

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

Shades of Golden Fizz #E2DA25

Tints of Golden Fizz #E2DA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.69%

R = 46.99%
G = 45.32%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E2DA25 (or 0xE2DA25) is known color: Golden Fizz. HEX triplet: E2, DA and 25. RGB value is (226,218,37). Sum of RGB (Red+Green+Blue) = 226+218+37=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DA25 is #1D25DA. Grayscale: #C8C8C8. Windows color (decimal): -1910235 or 2480866. OLE color: 2480866.

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

Color convert

RGB 226 218 37 -
CMYK 0 0.04 0.84 0.11
HSL 57.46º 0.77% 0.52% -
HSV(B) 57.46º 0.84% 0.89% -
XYZ 56.77 66.45 11.58 -
YUV 199.76 36.15 146.72 -
System Red Green Blue C M Y K H S L
Decimal 226 218 37 0 0.04 0.84 0.11 57.46 0.77 0.52
Hex E2 DA 25 0 4 54 B 39 4D 34
Octal 342 332 45 0 4 124 13 71 115 64
Binary 11100010 11011010 100101 0 100 1010100 1011 111001 1001101 110100

Color Harmonies of #E2DA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA25

Black with #E2DA25

Text Example


Text Example

White with #E2DA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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