Html Css Color HEX #E5D82C Golden Fizz

📋 copy color: '#E5D82C'

red 229 ◦ green 216 ◦ blue 44

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

Shades of Golden Fizz #E5D82C

Tints of Golden Fizz #E5D82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9%

R = 46.83%
G = 44.17%
B = 9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5D82C (or 0xE5D82C) is known color: Golden Fizz. HEX triplet: E5, D8 and 2C. RGB value is (229,216,44). Sum of RGB (Red+Green+Blue) = 229+216+44=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D82C is #1A27D3. Grayscale: #C8C8C8. Windows color (decimal): -1714132 or 2939109. OLE color: 2939109.

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

Color convert

RGB 229 216 44 -
CMYK 0 0.06 0.81 0.10
HSL 55.78º 0.78% 0.54% -
HSV(B) 55.78º 0.81% 0.9% -
XYZ 57.32 65.95 12.09 -
YUV 200.28 39.81 148.49 -
System Red Green Blue C M Y K H S L
Decimal 229 216 44 0 0.06 0.81 0.10 55.78 0.78 0.54
Hex E5 D8 2C 0 6 51 A 38 4E 36
Octal 345 330 54 0 6 121 12 70 116 66
Binary 11100101 11011000 101100 0 110 1010001 1010 111000 1001110 110110

Color Harmonies of #E5D82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D82C

Black with #E5D82C

Text Example


Text Example

White with #E5D82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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