#EDF42B

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

Shades of Golden Fizz #EDF42B

Tints of Golden Fizz #EDF42B

Color information

#EDF42B (or 0xEDF42B) is unknown color: approx Golden Fizz. HEX triplet: ED, F4 and 2B. RGB value is (237,244,43). Sum of RGB (Red+Green+Blue) = 237+244+43=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 43 (17.19% from 255 or 8.21% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF42B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF42B is #120BD4. Grayscale: #DBDBDB. Windows color (decimal): -1182677 or 2880749. OLE color: 2880749.

HSL color Cylindrical-coordinate representation of color #EDF42B: hue angle of 62.09º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDF42B is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB23724443-
CMYK0.0300.820.04
HSL62.09º90.13%56.27%-
HSV(B)62.09º82.38%95.69%-
XYZ67.7182.8814.71-
YUV218.9928.68140.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 244 (95.70% from 255) = 46.56%
BLUE value IS 43 (17.19% from 255) = 8.21%
R=45.23%
G=46.56%
B=8.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237244430.0300.820.0462.0990.1356.27
HexEDF42B305243e5a38
Octal355364533012247613270
Binary111011011111010010101111010100101001111101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF42B; }

 p { color: rgb(237,244,43); }

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

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

 a { background-color: rgb(237,244,43); }

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

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

 span { border-color: rgb(237,244,43); }

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