Html Css Color HEX #E1DA21 Golden Fizz

📋 copy color: '#E1DA21'

red 225 ◦ green 218 ◦ blue 33

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

Shades of Golden Fizz #E1DA21

Tints of Golden Fizz #E1DA21

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.8%

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

R = 47.27%
G = 45.8%
B = 6.93%

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

#E1DA21 (or 0xE1DA21) is known color: Golden Fizz. HEX triplet: E1, DA and 21. RGB value is (225,218,33). Sum of RGB (Red+Green+Blue) = 225+218+33=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 33 (13.28% from 255 or 6.93% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DA21 is #1E25DE. Grayscale: #C7C7C7. Windows color (decimal): -1975775 or 2218721. OLE color: 2218721.

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

Color convert

RGB 225 218 33 -
CMYK 0 0.03 0.85 0.12
HSL 57.81º 0.76% 0.51% -
HSV(B) 57.81º 0.85% 0.88% -
XYZ 56.4 66.26 11.26 -
YUV 199 34.32 146.54 -
System Red Green Blue C M Y K H S L
Decimal 225 218 33 0 0.03 0.85 0.12 57.81 0.76 0.51
Hex E1 DA 21 0 3 55 C 3A 4C 33
Octal 341 332 41 0 3 125 14 72 114 63
Binary 11100001 11011010 100001 0 11 1010101 1100 111010 1001100 110011

Color Harmonies of #E1DA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DA21

Black with #E1DA21

Text Example


Text Example

White with #E1DA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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