#E7D430

Color #E7D430 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #E7D430

Tints of Golden Fizz #E7D430

Color information

#E7D430 (or 0xE7D430) is unknown color: approx Golden Fizz. HEX triplet: E7, D4 and 30. RGB value is (231,212,48). Sum of RGB (Red+Green+Blue) = 231+212+48=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D430 is #182BCF. Grayscale: #C7C7C7. Windows color (decimal): -1584080 or 3200231. OLE color: 3200231.

HSL color Cylindrical-coordinate representation of color #E7D430: hue angle of 53.77º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7D430 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB23121248-
CMYK00.080.790.09
HSL53.77º79.22%54.71%-
HSV(B)53.77º79.22%90.59%-
XYZ57.0364.2912.2-
YUV198.9842.79150.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.05%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 48 (19.14% from 255) = 9.78%
R=47.05%
G=43.18%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312124800.080.790.0953.7779.2254.71
HexE7D430084F9364f37
Octal34732460010117116611767
Binary111001111101010011000001000100111110011101101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D430; }

 p { color: rgb(231,212,48); }

 H1.HeaderClassName
 {
   color: #E7D430;
 }
 .AnyTagClassName
 {
   color: #E7D430;
 }
</style>
background-color css

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

 a { background-color: rgb(231,212,48); }

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

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

 span { border-color: rgb(231,212,48); }

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