Html Css Color HEX #E1DF1A Golden Fizz

📋 copy color: '#E1DF1A'

red 225 ◦ green 223 ◦ blue 26

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

Shades of Golden Fizz #E1DF1A

Tints of Golden Fizz #E1DF1A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.05%

 BLUE value IS 26 (10.55% from 255) = 5.49%

R = 47.47%
G = 47.05%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1DF1A (or 0xE1DF1A) is known color: Golden Fizz. HEX triplet: E1, DF and 1A. RGB value is (225,223,26). Sum of RGB (Red+Green+Blue) = 225+223+26=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 26 (10.55% from 255 or 5.49% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF1A is #1E20E5. Grayscale: #C9C9C9. Windows color (decimal): -1974502 or 1761249. OLE color: 1761249.

HSL color Cylindrical-coordinate representation of color #E1DF1A: hue angle of 59.4º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1DF1A is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 223 26 -
CMYK 0 0.01 0.88 0.12
HSL 59.4º 0.79% 0.49% -
HSV(B) 59.4º 0.88% 0.88% -
XYZ 57.63 68.86 11.23 -
YUV 201.14 29.16 145.02 -
System Red Green Blue C M Y K H S L
Decimal 225 223 26 0 0.01 0.88 0.12 59.4 0.79 0.49
Hex E1 DF 1A 0 1 58 C 3B 4F 31
Octal 341 337 32 0 1 130 14 73 117 61
Binary 11100001 11011111 11010 0 1 1011000 1100 111011 1001111 110001

Color Harmonies of #E1DF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF1A

Black with #E1DF1A

Text Example


Text Example

White with #E1DF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF1A; }

 p { color: rgb(225,223,26); }

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

background-color css

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

 a { background-color: rgb(225,223,26); }

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

border-color css

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

 span { border-color: rgb(225,223,26); }

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