#EDF23B

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

Shades of Golden Fizz #EDF23B

Tints of Golden Fizz #EDF23B

Color information

#EDF23B (or 0xEDF23B) is unknown color: approx Golden Fizz. HEX triplet: ED, F2 and 3B. RGB value is (237,242,59). Sum of RGB (Red+Green+Blue) = 237+242+59=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 59 (23.44% from 255 or 10.97% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF23B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF23B is #120DC4. Grayscale: #DCDCDC. Windows color (decimal): -1183173 or 3928813. OLE color: 3928813.

HSL color Cylindrical-coordinate representation of color #EDF23B: hue angle of 61.64º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDF23B is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB23724259-
CMYK0.0200.760.05
HSL61.64º87.56%59.02%-
HSV(B)61.64º75.62%94.9%-
XYZ67.4781.8216.38-
YUV219.6437.34140.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 242 (94.92% from 255) = 44.98%
BLUE value IS 59 (23.44% from 255) = 10.97%
R=44.05%
G=44.98%
B=10.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237242590.0200.760.0561.6487.5659.02
HexEDF23B204C53e583b
Octal355362732011457613073
Binary111011011111001011101110010011001011111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF23B; }

 p { color: rgb(237,242,59); }

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

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

 a { background-color: rgb(237,242,59); }

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

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

 span { border-color: rgb(237,242,59); }

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