Html Css Color HEX #E2DF1A Golden Fizz

📋 copy color: '#E2DF1A'

red 226 ◦ green 223 ◦ blue 26

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

Shades of Golden Fizz #E2DF1A

Tints of Golden Fizz #E2DF1A

RGB

 RED value IS 226 (88.67% from 255) = 47.58%

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

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

R = 47.58%
G = 46.95%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2DF1A (or 0xE2DF1A) is known color: Golden Fizz. HEX triplet: E2, DF and 1A. RGB value is (226,223,26). Sum of RGB (Red+Green+Blue) = 226+223+26=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF1A is #1D20E5. Grayscale: #CACACA. Windows color (decimal): -1908966 or 1761250. OLE color: 1761250.

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

Color convert

RGB 226 223 26 -
CMYK 0 0.01 0.88 0.11
HSL 59.1º 0.79% 0.49% -
HSV(B) 59.1º 0.88% 0.89% -
XYZ 57.94 69.02 11.25 -
YUV 201.44 28.99 145.52 -
System Red Green Blue C M Y K H S L
Decimal 226 223 26 0 0.01 0.88 0.11 59.1 0.79 0.49
Hex E2 DF 1A 0 1 58 B 3B 4F 31
Octal 342 337 32 0 1 130 13 73 117 61
Binary 11100010 11011111 11010 0 1 1011000 1011 111011 1001111 110001

Color Harmonies of #E2DF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF1A

Black with #E2DF1A

Text Example


Text Example

White with #E2DF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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