Html Css Color HEX #E1DD26 Golden Fizz

📋 copy color: '#E1DD26'

red 225 ◦ green 221 ◦ blue 38

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

Shades of Golden Fizz #E1DD26

Tints of Golden Fizz #E1DD26

RGB

 RED value IS 225 (88.28% from 255) = 46.49%

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

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

R = 46.49%
G = 45.66%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E1DD26 (or 0xE1DD26) is known color: Golden Fizz. HEX triplet: E1, DD and 26. RGB value is (225,221,38). Sum of RGB (Red+Green+Blue) = 225+221+38=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 38 (15.23% from 255 or 7.85% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DD26 is #1E22D9. Grayscale: #CACACA. Windows color (decimal): -1975002 or 2547169. OLE color: 2547169.

HSL color Cylindrical-coordinate representation of color #E1DD26: hue angle of 58.72º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1DD26 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 221 38 -
CMYK 0 0.02 0.83 0.12
HSL 58.72º 0.76% 0.52% -
HSV(B) 58.72º 0.83% 0.88% -
XYZ 57.26 67.86 11.91 -
YUV 201.33 35.83 144.88 -
System Red Green Blue C M Y K H S L
Decimal 225 221 38 0 0.02 0.83 0.12 58.72 0.76 0.52
Hex E1 DD 26 0 2 53 C 3B 4C 34
Octal 341 335 46 0 2 123 14 73 114 64
Binary 11100001 11011101 100110 0 10 1010011 1100 111011 1001100 110100

Color Harmonies of #E1DD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD26

Black with #E1DD26

Text Example


Text Example

White with #E1DD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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