#E3DA1F

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

Shades of Golden Fizz #E3DA1F

Tints of Golden Fizz #E3DA1F

Color information

#E3DA1F (or 0xE3DA1F) is unknown color: approx Golden Fizz. HEX triplet: E3, DA and 1F. RGB value is (227,218,31). Sum of RGB (Red+Green+Blue) = 227+218+31=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DA1F is #1C25E0. Grayscale: #C8C8C8. Windows color (decimal): -1844705 or 2087651. OLE color: 2087651.

HSL color Cylindrical-coordinate representation of color #E3DA1F: hue angle of 57.24º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3DA1F is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB22721831-
CMYK00.040.860.11
HSL57.24º77.78%50.59%-
HSV(B)57.24º86.34%89.02%-
XYZ5766.5711.14-
YUV199.3732.98147.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.69%
GREEN value IS 218 (85.55% from 255) = 45.80%
BLUE value IS 31 (12.5% from 255) = 6.51%
R=47.69%
G=45.80%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272183100.040.860.1157.2477.7850.59
HexE3DA1F0456B394e33
Octal3433323704126137111663
Binary1110001111011010111110100101011010111110011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DA1F; }

 p { color: rgb(227,218,31); }

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

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

 a { background-color: rgb(227,218,31); }

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

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

 span { border-color: rgb(227,218,31); }

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