Html Css Color HEX #E5D82E Golden Fizz

📋 copy color: '#E5D82E'

red 229 ◦ green 216 ◦ blue 46

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

Shades of Golden Fizz #E5D82E

Tints of Golden Fizz #E5D82E

RGB

 RED value IS 229 (89.84% from 255) = 46.64%

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

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

R = 46.64%
G = 43.99%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5D82E (or 0xE5D82E) is known color: Golden Fizz. HEX triplet: E5, D8 and 2E. RGB value is (229,216,46). Sum of RGB (Red+Green+Blue) = 229+216+46=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D82E is #1A27D1. Grayscale: #C9C9C9. Windows color (decimal): -1714130 or 3070181. OLE color: 3070181.

HSL color Cylindrical-coordinate representation of color #E5D82E: hue angle of 55.74º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5D82E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 216 46 -
CMYK 0 0.06 0.80 0.10
HSL 55.74º 0.78% 0.54% -
HSV(B) 55.74º 0.8% 0.9% -
XYZ 57.36 65.97 12.29 -
YUV 200.51 40.81 148.32 -
System Red Green Blue C M Y K H S L
Decimal 229 216 46 0 0.06 0.80 0.10 55.74 0.78 0.54
Hex E5 D8 2E 0 6 50 A 38 4E 36
Octal 345 330 56 0 6 120 12 70 116 66
Binary 11100101 11011000 101110 0 110 1010000 1010 111000 1001110 110110

Color Harmonies of #E5D82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D82E

Black with #E5D82E

Text Example


Text Example

White with #E5D82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D82E; }

 p { color: rgb(229,216,46); }

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

background-color css

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

 a { background-color: rgb(229,216,46); }

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

border-color css

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

 span { border-color: rgb(229,216,46); }

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