Html Css Color HEX #EDF528 Golden Fizz

📋 copy color: '#EDF528'

red 237 ◦ green 245 ◦ blue 40

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

Shades of Golden Fizz #EDF528

Tints of Golden Fizz #EDF528

RGB

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

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

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

R = 45.4%
G = 46.93%
B = 7.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#EDF528 (or 0xEDF528) is known color: Golden Fizz. HEX triplet: ED, F5 and 28. RGB value is (237,245,40). Sum of RGB (Red+Green+Blue) = 237+245+40=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 40 (16.02% from 255 or 7.66% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF528 is #120AD7. Grayscale: #DCDCDC. Windows color (decimal): -1182424 or 2684397. OLE color: 2684397.

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

Color convert

RGB 237 245 40 -
CMYK 0.03 0 0.84 0.04
HSL 62.34º 0.91% 0.56% -
HSV(B) 62.34º 0.84% 0.96% -
XYZ 67.96 83.46 14.54 -
YUV 219.24 26.85 140.67 -
System Red Green Blue C M Y K H S L
Decimal 237 245 40 0.03 0 0.84 0.04 62.34 0.91 0.56
Hex ED F5 28 3 0 54 4 3E 5B 38
Octal 355 365 50 3 0 124 4 76 133 70
Binary 11101101 11110101 101000 11 0 1010100 100 111110 1011011 111000

Color Harmonies of #EDF528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF528

Black with #EDF528

Text Example


Text Example

White with #EDF528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF528; }

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

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

background-color css

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

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

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

border-color css

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

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

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