Html Css Color HEX #E5DA2F Golden Fizz

📋 copy color: '#E5DA2F'

red 229 ◦ green 218 ◦ blue 47

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

Shades of Golden Fizz #E5DA2F

Tints of Golden Fizz #E5DA2F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

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

R = 46.36%
G = 44.13%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5DA2F (or 0xE5DA2F) is known color: Golden Fizz. HEX triplet: E5, DA and 2F. RGB value is (229,218,47). Sum of RGB (Red+Green+Blue) = 229+218+47=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA2F is #1A25D0. Grayscale: #CACACA. Windows color (decimal): -1713617 or 3136229. OLE color: 3136229.

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

Color convert

RGB 229 218 47 -
CMYK 0 0.05 0.79 0.10
HSL 56.37º 0.78% 0.54% -
HSV(B) 56.37º 0.79% 0.9% -
XYZ 57.9 67.01 12.57 -
YUV 201.8 40.64 147.4 -
System Red Green Blue C M Y K H S L
Decimal 229 218 47 0 0.05 0.79 0.10 56.37 0.78 0.54
Hex E5 DA 2F 0 5 4F A 38 4E 36
Octal 345 332 57 0 5 117 12 70 116 66
Binary 11100101 11011010 101111 0 101 1001111 1010 111000 1001110 110110

Color Harmonies of #E5DA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA2F

Black with #E5DA2F

Text Example


Text Example

White with #E5DA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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