Html Css Color HEX #E1DD1E Golden Fizz

📋 copy color: '#E1DD1E'

red 225 ◦ green 221 ◦ blue 30

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

Shades of Golden Fizz #E1DD1E

Tints of Golden Fizz #E1DD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.3%

R = 47.27%
G = 46.43%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1DD1E (or 0xE1DD1E) is known color: Golden Fizz. HEX triplet: E1, DD and 1E. RGB value is (225,221,30). Sum of RGB (Red+Green+Blue) = 225+221+30=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DD1E is #1E22E1. Grayscale: #C9C9C9. Windows color (decimal): -1975010 or 2022881. OLE color: 2022881.

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

Color convert

RGB 225 221 30 -
CMYK 0 0.02 0.87 0.12
HSL 58.77º 0.76% 0.5% -
HSV(B) 58.77º 0.87% 0.88% -
XYZ 57.14 67.81 11.31 -
YUV 200.42 31.83 145.53 -
System Red Green Blue C M Y K H S L
Decimal 225 221 30 0 0.02 0.87 0.12 58.77 0.76 0.5
Hex E1 DD 1E 0 2 57 C 3B 4C 32
Octal 341 335 36 0 2 127 14 73 114 62
Binary 11100001 11011101 11110 0 10 1010111 1100 111011 1001100 110010

Color Harmonies of #E1DD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD1E

Black with #E1DD1E

Text Example


Text Example

White with #E1DD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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