Html Css Color HEX #E2D82D Golden Fizz

📋 copy color: '#E2D82D'

red 226 ◦ green 216 ◦ blue 45

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

Shades of Golden Fizz #E2D82D

Tints of Golden Fizz #E2D82D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.35%

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

R = 46.41%
G = 44.35%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2D82D (or 0xE2D82D) is known color: Golden Fizz. HEX triplet: E2, D8 and 2D. RGB value is (226,216,45). Sum of RGB (Red+Green+Blue) = 226+216+45=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D82D is #1D27D2. Grayscale: #C8C8C8. Windows color (decimal): -1910739 or 3004642. OLE color: 3004642.

HSL color Cylindrical-coordinate representation of color #E2D82D: hue angle of 56.69º 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 #E2D82D is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 216 45 -
CMYK 0 0.04 0.80 0.11
HSL 56.69º 0.76% 0.53% -
HSV(B) 56.69º 0.8% 0.89% -
XYZ 56.39 65.47 12.15 -
YUV 199.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 226 216 45 0 0.04 0.80 0.11 56.69 0.76 0.53
Hex E2 D8 2D 0 4 50 B 39 4C 35
Octal 342 330 55 0 4 120 13 71 114 65
Binary 11100010 11011000 101101 0 100 1010000 1011 111001 1001100 110101

Color Harmonies of #E2D82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D82D

Black with #E2D82D

Text Example


Text Example

White with #E2D82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D82D; }

 p { color: rgb(226,216,45); }

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

background-color css

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

 a { background-color: rgb(226,216,45); }

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

border-color css

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

 span { border-color: rgb(226,216,45); }

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