Html Css Color HEX #E2DE18 Golden Fizz

📋 copy color: '#E2DE18'

red 226 ◦ green 222 ◦ blue 24

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

Shades of Golden Fizz #E2DE18

Tints of Golden Fizz #E2DE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.08%

R = 47.88%
G = 47.03%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E2DE18 (or 0xE2DE18) is known color: Golden Fizz. HEX triplet: E2, DE and 18. RGB value is (226,222,24). Sum of RGB (Red+Green+Blue) = 226+222+24=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DE18 is #1D21E7. Grayscale: #C9C9C9. Windows color (decimal): -1909224 or 1629922. OLE color: 1629922.

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

Color convert

RGB 226 222 24 -
CMYK 0 0.02 0.89 0.11
HSL 58.81º 0.81% 0.49% -
HSV(B) 58.81º 0.89% 0.89% -
XYZ 57.65 68.48 11.04 -
YUV 200.62 28.33 146.1 -
System Red Green Blue C M Y K H S L
Decimal 226 222 24 0 0.02 0.89 0.11 58.81 0.81 0.49
Hex E2 DE 18 0 2 59 B 3B 51 31
Octal 342 336 30 0 2 131 13 73 121 61
Binary 11100010 11011110 11000 0 10 1011001 1011 111011 1010001 110001

Color Harmonies of #E2DE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE18

Black with #E2DE18

Text Example


Text Example

White with #E2DE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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