Html Css Color HEX #E1DD21 Golden Fizz

📋 copy color: '#E1DD21'

red 225 ◦ green 221 ◦ blue 33

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

Shades of Golden Fizz #E1DD21

Tints of Golden Fizz #E1DD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.89%

R = 46.97%
G = 46.14%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E1DD21 (or 0xE1DD21) is known color: Golden Fizz. HEX triplet: E1, DD and 21. RGB value is (225,221,33). Sum of RGB (Red+Green+Blue) = 225+221+33=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 33 (13.28% from 255 or 6.89% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DD21 is #1E22DE. Grayscale: #C9C9C9. Windows color (decimal): -1975007 or 2219489. OLE color: 2219489.

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

Color convert

RGB 225 221 33 -
CMYK 0 0.02 0.85 0.12
HSL 58.75º 0.76% 0.51% -
HSV(B) 58.75º 0.85% 0.88% -
XYZ 57.18 67.83 11.52 -
YUV 200.76 33.33 145.29 -
System Red Green Blue C M Y K H S L
Decimal 225 221 33 0 0.02 0.85 0.12 58.75 0.76 0.51
Hex E1 DD 21 0 2 55 C 3B 4C 33
Octal 341 335 41 0 2 125 14 73 114 63
Binary 11100001 11011101 100001 0 10 1010101 1100 111011 1001100 110011

Color Harmonies of #E1DD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD21

Black with #E1DD21

Text Example


Text Example

White with #E1DD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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