Html Css Color HEX #E2DD26 Golden Fizz

📋 copy color: '#E2DD26'

red 226 ◦ green 221 ◦ blue 38

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

Shades of Golden Fizz #E2DD26

Tints of Golden Fizz #E2DD26

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.57%

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

R = 46.6%
G = 45.57%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E2DD26 (or 0xE2DD26) is known color: Golden Fizz. HEX triplet: E2, DD and 26. RGB value is (226,221,38). Sum of RGB (Red+Green+Blue) = 226+221+38=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 38 (15.23% from 255 or 7.84% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD26 is #1D22D9. Grayscale: #CACACA. Windows color (decimal): -1909466 or 2547170. OLE color: 2547170.

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

Color convert

RGB 226 221 38 -
CMYK 0 0.02 0.83 0.11
HSL 58.4º 0.76% 0.52% -
HSV(B) 58.4º 0.83% 0.89% -
XYZ 57.57 68.02 11.93 -
YUV 201.63 35.66 145.38 -
System Red Green Blue C M Y K H S L
Decimal 226 221 38 0 0.02 0.83 0.11 58.4 0.76 0.52
Hex E2 DD 26 0 2 53 B 3A 4C 34
Octal 342 335 46 0 2 123 13 72 114 64
Binary 11100010 11011101 100110 0 10 1010011 1011 111010 1001100 110100

Color Harmonies of #E2DD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD26

Black with #E2DD26

Text Example


Text Example

White with #E2DD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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