Html Css Color HEX #E5D631 Golden Fizz

📋 copy color: '#E5D631'

red 229 ◦ green 214 ◦ blue 49

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

Shades of Golden Fizz #E5D631

Tints of Golden Fizz #E5D631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.5%

 BLUE value IS 49 (19.53% from 255) = 9.96%

R = 46.54%
G = 43.5%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5D631 (or 0xE5D631) is known color: Golden Fizz. HEX triplet: E5, D6 and 31. RGB value is (229,214,49). Sum of RGB (Red+Green+Blue) = 229+214+49=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D631 is #1A29CE. Grayscale: #C8C8C8. Windows color (decimal): -1714639 or 3266277. OLE color: 3266277.

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

Color convert

RGB 229 214 49 -
CMYK 0 0.07 0.79 0.10
HSL 55º 0.78% 0.55% -
HSV(B) 55º 0.79% 0.9% -
XYZ 56.91 64.97 12.45 -
YUV 199.68 42.97 148.92 -
System Red Green Blue C M Y K H S L
Decimal 229 214 49 0 0.07 0.79 0.10 55 0.78 0.55
Hex E5 D6 31 0 7 4F A 37 4E 37
Octal 345 326 61 0 7 117 12 67 116 67
Binary 11100101 11010110 110001 0 111 1001111 1010 110111 1001110 110111

Color Harmonies of #E5D631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D631

Black with #E5D631

Text Example


Text Example

White with #E5D631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D631; }

 p { color: rgb(229,214,49); }

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

background-color css

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

 a { background-color: rgb(229,214,49); }

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

border-color css

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

 span { border-color: rgb(229,214,49); }

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