Html Css Color HEX #E5D72F Golden Fizz

📋 copy color: '#E5D72F'

red 229 ◦ green 215 ◦ blue 47

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

Shades of Golden Fizz #E5D72F

Tints of Golden Fizz #E5D72F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.79%

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

R = 46.64%
G = 43.79%
B = 9.57%

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

#E5D72F (or 0xE5D72F) is known color: Golden Fizz. HEX triplet: E5, D7 and 2F. RGB value is (229,215,47). Sum of RGB (Red+Green+Blue) = 229+215+47=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D72F is #1A28D0. Grayscale: #C8C8C8. Windows color (decimal): -1714385 or 3135461. OLE color: 3135461.

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

Color convert

RGB 229 215 47 -
CMYK 0 0.06 0.79 0.10
HSL 55.38º 0.78% 0.54% -
HSV(B) 55.38º 0.79% 0.9% -
XYZ 57.13 65.46 12.31 -
YUV 200.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 229 215 47 0 0.06 0.79 0.10 55.38 0.78 0.54
Hex E5 D7 2F 0 6 4F A 37 4E 36
Octal 345 327 57 0 6 117 12 67 116 66
Binary 11100101 11010111 101111 0 110 1001111 1010 110111 1001110 110110

Color Harmonies of #E5D72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D72F

Black with #E5D72F

Text Example


Text Example

White with #E5D72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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