Html Css Color HEX #EDF325 Golden Fizz

📋 copy color: '#EDF325'

red 237 ◦ green 243 ◦ blue 37

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

Shades of Golden Fizz #EDF325

Tints of Golden Fizz #EDF325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47%

 BLUE value IS 37 (14.84% from 255) = 7.16%

R = 45.84%
G = 47%
B = 7.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#EDF325 (or 0xEDF325) is known color: Golden Fizz. HEX triplet: ED, F3 and 25. RGB value is (237,243,37). Sum of RGB (Red+Green+Blue) = 237+243+37=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 37 (14.84% from 255 or 7.16% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF325 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF325 is #120CDA. Grayscale: #DADADA. Windows color (decimal): -1182939 or 2487277. OLE color: 2487277.

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

Color convert

RGB 237 243 37 -
CMYK 0.02 0 0.85 0.05
HSL 61.75º 0.9% 0.55% -
HSV(B) 61.75º 0.85% 0.95% -
XYZ 67.31 82.24 14.08 -
YUV 217.72 26.01 141.75 -
System Red Green Blue C M Y K H S L
Decimal 237 243 37 0.02 0 0.85 0.05 61.75 0.9 0.55
Hex ED F3 25 2 0 55 5 3E 5A 37
Octal 355 363 45 2 0 125 5 76 132 67
Binary 11101101 11110011 100101 10 0 1010101 101 111110 1011010 110111

Color Harmonies of #EDF325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF325

Black with #EDF325

Text Example


Text Example

White with #EDF325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF325; }

 p { color: rgb(237,243,37); }

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

background-color css

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

 a { background-color: rgb(237,243,37); }

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

border-color css

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

 span { border-color: rgb(237,243,37); }

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