Html Css Color HEX #E2DF2E Golden Fizz

📋 copy color: '#E2DF2E'

red 226 ◦ green 223 ◦ blue 46

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

Shades of Golden Fizz #E2DF2E

Tints of Golden Fizz #E2DF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.29%

R = 45.66%
G = 45.05%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2DF2E (or 0xE2DF2E) is known color: Golden Fizz. HEX triplet: E2, DF and 2E. RGB value is (226,223,46). Sum of RGB (Red+Green+Blue) = 226+223+46=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF2E is #1D20D1. Grayscale: #CCCCCC. Windows color (decimal): -1908946 or 3071970. OLE color: 3071970.

HSL color Cylindrical-coordinate representation of color #E2DF2E: hue angle of 59º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2DF2E is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 223 46 -
CMYK 0 0.01 0.80 0.11
HSL 59º 0.76% 0.53% -
HSV(B) 59º 0.8% 0.89% -
XYZ 58.24 69.14 12.86 -
YUV 203.72 38.99 143.89 -
System Red Green Blue C M Y K H S L
Decimal 226 223 46 0 0.01 0.80 0.11 59 0.76 0.53
Hex E2 DF 2E 0 1 50 B 3B 4C 35
Octal 342 337 56 0 1 120 13 73 114 65
Binary 11100010 11011111 101110 0 1 1010000 1011 111011 1001100 110101

Color Harmonies of #E2DF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF2E

Black with #E2DF2E

Text Example


Text Example

White with #E2DF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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