Html Css Color HEX #E5D825 Golden Fizz

📋 copy color: '#E5D825'

red 229 ◦ green 216 ◦ blue 37

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

Shades of Golden Fizz #E5D825

Tints of Golden Fizz #E5D825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.68%

R = 47.51%
G = 44.81%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E5D825 (or 0xE5D825) is known color: Golden Fizz. HEX triplet: E5, D8 and 25. RGB value is (229,216,37). Sum of RGB (Red+Green+Blue) = 229+216+37=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D825 is #1A27DA. Grayscale: #C8C8C8. Windows color (decimal): -1714139 or 2480357. OLE color: 2480357.

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

Color convert

RGB 229 216 37 -
CMYK 0 0.06 0.84 0.10
HSL 55.94º 0.79% 0.52% -
HSV(B) 55.94º 0.84% 0.9% -
XYZ 57.2 65.9 11.46 -
YUV 199.48 36.31 149.05 -
System Red Green Blue C M Y K H S L
Decimal 229 216 37 0 0.06 0.84 0.10 55.94 0.79 0.52
Hex E5 D8 25 0 6 54 A 38 4F 34
Octal 345 330 45 0 6 124 12 70 117 64
Binary 11100101 11011000 100101 0 110 1010100 1010 111000 1001111 110100

Color Harmonies of #E5D825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D825

Black with #E5D825

Text Example


Text Example

White with #E5D825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D825; }

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

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

background-color css

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

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

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

border-color css

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

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

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