Html Css Color HEX #EDF728 Golden Fizz

📋 copy color: '#EDF728'

red 237 ◦ green 247 ◦ blue 40

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

Shades of Golden Fizz #EDF728

Tints of Golden Fizz #EDF728

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.14%

 BLUE value IS 40 (16.02% from 255) = 7.63%

R = 45.23%
G = 47.14%
B = 7.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#EDF728 (or 0xEDF728) is known color: Golden Fizz. HEX triplet: ED, F7 and 28. RGB value is (237,247,40). Sum of RGB (Red+Green+Blue) = 237+247+40=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 40 (16.02% from 255 or 7.63% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF728 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF728 is #1208D7. Grayscale: #DDDDDD. Windows color (decimal): -1181912 or 2684909. OLE color: 2684909.

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

Color convert

RGB 237 247 40 -
CMYK 0.04 0 0.84 0.03
HSL 62.9º 0.93% 0.56% -
HSV(B) 62.9º 0.84% 0.97% -
XYZ 68.57 84.68 14.74 -
YUV 220.41 26.19 139.83 -
System Red Green Blue C M Y K H S L
Decimal 237 247 40 0.04 0 0.84 0.03 62.9 0.93 0.56
Hex ED F7 28 4 0 54 3 3F 5D 38
Octal 355 367 50 4 0 124 3 77 135 70
Binary 11101101 11110111 101000 100 0 1010100 11 111111 1011101 111000

Color Harmonies of #EDF728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF728

Black with #EDF728

Text Example


Text Example

White with #EDF728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF728; }

 p { color: rgb(237,247,40); }

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

background-color css

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

 a { background-color: rgb(237,247,40); }

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

border-color css

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

 span { border-color: rgb(237,247,40); }

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