#E6DF31

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

Shades of Golden Fizz #E6DF31

Tints of Golden Fizz #E6DF31

Color information

#E6DF31 (or 0xE6DF31) is unknown color: approx Golden Fizz. HEX triplet: E6, DF and 31. RGB value is (230,223,49). Sum of RGB (Red+Green+Blue) = 230+223+49=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DF31 is #1920CE. Grayscale: #CDCDCD. Windows color (decimal): -1646799 or 3268582. OLE color: 3268582.

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

Color convert

RGB23022349-
CMYK00.030.790.10
HSL57.68º78.35%54.71%-
HSV(B)57.68º78.7%90.2%-
XYZ59.5869.8213.24-
YUV205.2639.82145.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.82%
GREEN value IS 223 (87.5% from 255) = 44.42%
BLUE value IS 49 (19.53% from 255) = 9.76%
R=45.82%
G=44.42%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302234900.030.790.1057.6878.3554.71
HexE6DF31034FA3a4e37
Octal3463376103117127211667
Binary1110011011011111110001011100111110101110101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DF31; }

 p { color: rgb(230,223,49); }

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

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

 a { background-color: rgb(230,223,49); }

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

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

 span { border-color: rgb(230,223,49); }

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