Html Css Color HEX #E5D82F Golden Fizz

📋 copy color: '#E5D82F'

red 229 ◦ green 216 ◦ blue 47

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

Shades of Golden Fizz #E5D82F

Tints of Golden Fizz #E5D82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.55%

R = 46.54%
G = 43.9%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5D82F (or 0xE5D82F) is known color: Golden Fizz. HEX triplet: E5, D8 and 2F. RGB value is (229,216,47). Sum of RGB (Red+Green+Blue) = 229+216+47=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D82F is #1A27D0. Grayscale: #C9C9C9. Windows color (decimal): -1714129 or 3135717. OLE color: 3135717.

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

Color convert

RGB 229 216 47 -
CMYK 0 0.06 0.79 0.10
HSL 55.71º 0.78% 0.54% -
HSV(B) 55.71º 0.79% 0.9% -
XYZ 57.38 65.97 12.4 -
YUV 200.62 41.31 148.24 -
System Red Green Blue C M Y K H S L
Decimal 229 216 47 0 0.06 0.79 0.10 55.71 0.78 0.54
Hex E5 D8 2F 0 6 4F A 38 4E 36
Octal 345 330 57 0 6 117 12 70 116 66
Binary 11100101 11011000 101111 0 110 1001111 1010 111000 1001110 110110

Color Harmonies of #E5D82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D82F

Black with #E5D82F

Text Example


Text Example

White with #E5D82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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