Html Css Color HEX #E1DB21 Golden Fizz

📋 copy color: '#E1DB21'

red 225 ◦ green 219 ◦ blue 33

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

Shades of Golden Fizz #E1DB21

Tints of Golden Fizz #E1DB21

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.91%

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

R = 47.17%
G = 45.91%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E1DB21 (or 0xE1DB21) is known color: Golden Fizz. HEX triplet: E1, DB and 21. RGB value is (225,219,33). Sum of RGB (Red+Green+Blue) = 225+219+33=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 33 (13.28% from 255 or 6.92% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB21 is #1E24DE. Grayscale: #C8C8C8. Windows color (decimal): -1975519 or 2218977. OLE color: 2218977.

HSL color Cylindrical-coordinate representation of color #E1DB21: hue angle of 58.12º 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 #E1DB21 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 219 33 -
CMYK 0 0.03 0.85 0.12
HSL 58.13º 0.76% 0.51% -
HSV(B) 58.13º 0.85% 0.88% -
XYZ 56.66 66.78 11.34 -
YUV 199.59 33.99 146.12 -
System Red Green Blue C M Y K H S L
Decimal 225 219 33 0 0.03 0.85 0.12 58.13 0.76 0.51
Hex E1 DB 21 0 3 55 C 3A 4C 33
Octal 341 333 41 0 3 125 14 72 114 63
Binary 11100001 11011011 100001 0 11 1010101 1100 111010 1001100 110011

Color Harmonies of #E1DB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB21

Black with #E1DB21

Text Example


Text Example

White with #E1DB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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