Html Css Color HEX #E5DC2F Golden Fizz

📋 copy color: '#E5DC2F'

red 229 ◦ green 220 ◦ blue 47

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

Shades of Golden Fizz #E5DC2F

Tints of Golden Fizz #E5DC2F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.35%

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

R = 46.17%
G = 44.35%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5DC2F (or 0xE5DC2F) is known color: Golden Fizz. HEX triplet: E5, DC and 2F. RGB value is (229,220,47). Sum of RGB (Red+Green+Blue) = 229+220+47=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC2F is #1A23D0. Grayscale: #CBCBCB. Windows color (decimal): -1713105 or 3136741. OLE color: 3136741.

HSL color Cylindrical-coordinate representation of color #E5DC2F: hue angle of 57.03º 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 #E5DC2F is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 220 47 -
CMYK 0 0.04 0.79 0.10
HSL 57.03º 0.78% 0.54% -
HSV(B) 57.03º 0.79% 0.9% -
XYZ 58.42 68.05 12.75 -
YUV 202.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 229 220 47 0 0.04 0.79 0.10 57.03 0.78 0.54
Hex E5 DC 2F 0 4 4F A 39 4E 36
Octal 345 334 57 0 4 117 12 71 116 66
Binary 11100101 11011100 101111 0 100 1001111 1010 111001 1001110 110110

Color Harmonies of #E5DC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC2F

Black with #E5DC2F

Text Example


Text Example

White with #E5DC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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