Html Css Color HEX #E5D72B Golden Fizz

📋 copy color: '#E5D72B'

red 229 ◦ green 215 ◦ blue 43

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

Shades of Golden Fizz #E5D72B

Tints of Golden Fizz #E5D72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.83%

R = 47.02%
G = 44.15%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5D72B (or 0xE5D72B) is known color: Golden Fizz. HEX triplet: E5, D7 and 2B. RGB value is (229,215,43). Sum of RGB (Red+Green+Blue) = 229+215+43=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 43 (17.19% from 255 or 8.83% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D72B is #1A28D4. Grayscale: #C8C8C8. Windows color (decimal): -1714389 or 2873317. OLE color: 2873317.

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

Color convert

RGB 229 215 43 -
CMYK 0 0.06 0.81 0.10
HSL 55.48º 0.78% 0.53% -
HSV(B) 55.48º 0.81% 0.9% -
XYZ 57.05 65.43 11.91 -
YUV 199.58 39.64 148.99 -
System Red Green Blue C M Y K H S L
Decimal 229 215 43 0 0.06 0.81 0.10 55.48 0.78 0.53
Hex E5 D7 2B 0 6 51 A 37 4E 35
Octal 345 327 53 0 6 121 12 67 116 65
Binary 11100101 11010111 101011 0 110 1010001 1010 110111 1001110 110101

Color Harmonies of #E5D72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D72B

Black with #E5D72B

Text Example


Text Example

White with #E5D72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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