Html Css Color HEX #EDF526 Golden Fizz

📋 copy color: '#EDF526'

red 237 ◦ green 245 ◦ blue 38

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

Shades of Golden Fizz #EDF526

Tints of Golden Fizz #EDF526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.31%

R = 45.58%
G = 47.12%
B = 7.31%

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

#EDF526 (or 0xEDF526) is known color: Golden Fizz. HEX triplet: ED, F5 and 26. RGB value is (237,245,38). Sum of RGB (Red+Green+Blue) = 237+245+38=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 38 (15.23% from 255 or 7.31% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF526 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF526 is #120AD9. Grayscale: #DBDBDB. Windows color (decimal): -1182426 or 2553325. OLE color: 2553325.

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

Color convert

RGB 237 245 38 -
CMYK 0.03 0 0.84 0.04
HSL 62.32º 0.91% 0.55% -
HSV(B) 62.32º 0.84% 0.96% -
XYZ 67.93 83.45 14.36 -
YUV 219.01 25.85 140.83 -
System Red Green Blue C M Y K H S L
Decimal 237 245 38 0.03 0 0.84 0.04 62.32 0.91 0.55
Hex ED F5 26 3 0 54 4 3E 5B 37
Octal 355 365 46 3 0 124 4 76 133 67
Binary 11101101 11110101 100110 11 0 1010100 100 111110 1011011 110111

Color Harmonies of #EDF526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF526

Black with #EDF526

Text Example


Text Example

White with #EDF526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF526; }

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

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

background-color css

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

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

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

border-color css

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

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

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