Html Css Color HEX #E1DA2D Golden Fizz

📋 copy color: '#E1DA2D'

red 225 ◦ green 218 ◦ blue 45

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

Shades of Golden Fizz #E1DA2D

Tints of Golden Fizz #E1DA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.22%

R = 46.11%
G = 44.67%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1DA2D (or 0xE1DA2D) is known color: Golden Fizz. HEX triplet: E1, DA and 2D. RGB value is (225,218,45). Sum of RGB (Red+Green+Blue) = 225+218+45=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DA2D is #1E25D2. Grayscale: #C9C9C9. Windows color (decimal): -1975763 or 3005153. OLE color: 3005153.

HSL color Cylindrical-coordinate representation of color #E1DA2D: hue angle of 57.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1DA2D is Cyan = 0, Magento = 0.03, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 218 45 -
CMYK 0 0.03 0.8 0.12
HSL 57.67º 0.75% 0.53% -
HSV(B) 57.67º 0.8% 0.88% -
XYZ 56.6 66.34 12.3 -
YUV 200.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 225 218 45 0 0.03 0.8 0.12 57.67 0.75 0.53
Hex E1 DA 2D 0 3 50 C 3A 4B 35
Octal 341 332 55 0 3 120 14 72 113 65
Binary 11100001 11011010 101101 0 11 1010000 1100 111010 1001011 110101

Color Harmonies of #E1DA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DA2D

Black with #E1DA2D

Text Example


Text Example

White with #E1DA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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