Html Css Color HEX #EDF523 Golden Fizz

📋 copy color: '#EDF523'

red 237 ◦ green 245 ◦ blue 35

#EDF523
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #EDF523

Tints of Golden Fizz #EDF523

RGB

 RED value IS 237 (92.97% from 255) = 45.84%

 GREEN value IS 245 (96.09% from 255) = 47.39%

 BLUE value IS 35 (14.06% from 255) = 6.77%

R = 45.84%
G = 47.39%
B = 6.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#EDF523 (or 0xEDF523) is known color: Golden Fizz. HEX triplet: ED, F5 and 23. RGB value is (237,245,35). Sum of RGB (Red+Green+Blue) = 237+245+35=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 35 (14.06% from 255 or 6.77% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF523 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF523 is #120ADC. Grayscale: #DBDBDB. Windows color (decimal): -1182429 or 2356717. OLE color: 2356717.

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

Color convert

RGB 237 245 35 -
CMYK 0.03 0 0.86 0.04
HSL 62.29º 0.91% 0.55% -
HSV(B) 62.29º 0.86% 0.96% -
XYZ 67.88 83.43 14.12 -
YUV 218.67 24.35 141.08 -
System Red Green Blue C M Y K H S L
Decimal 237 245 35 0.03 0 0.86 0.04 62.29 0.91 0.55
Hex ED F5 23 3 0 56 4 3E 5B 37
Octal 355 365 43 3 0 126 4 76 133 67
Binary 11101101 11110101 100011 11 0 1010110 100 111110 1011011 110111

Color Harmonies of #EDF523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF523

Black with #EDF523

Text Example


Text Example

White with #EDF523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF523; }

 p { color: rgb(237,245,35); }

 H1.HeaderClassName
 {
   color: #EDF523;
 }
 .AnyTagClassName
 {
   color: #EDF523;
 }
</style>

background-color css

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

 a { background-color: rgb(237,245,35); }

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

border-color css

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

 span { border-color: rgb(237,245,35); }

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