Html Css Color HEX #EDF825 Golden Fizz

📋 copy color: '#EDF825'

red 237 ◦ green 248 ◦ blue 37

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

Shades of Golden Fizz #EDF825

Tints of Golden Fizz #EDF825

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.51%

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

R = 45.4%
G = 47.51%
B = 7.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#EDF825 (or 0xEDF825) is known color: Golden Fizz. HEX triplet: ED, F8 and 25. RGB value is (237,248,37). Sum of RGB (Red+Green+Blue) = 237+248+37=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 37 (14.84% from 255 or 7.09% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF825 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF825 is #1207DA. Grayscale: #DDDDDD. Windows color (decimal): -1181659 or 2488557. OLE color: 2488557.

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

Color convert

RGB 237 248 37 -
CMYK 0.04 0 0.85 0.03
HSL 63.13º 0.94% 0.56% -
HSV(B) 63.13º 0.85% 0.97% -
XYZ 68.83 85.27 14.58 -
YUV 220.66 24.36 139.66 -
System Red Green Blue C M Y K H S L
Decimal 237 248 37 0.04 0 0.85 0.03 63.13 0.94 0.56
Hex ED F8 25 4 0 55 3 3F 5E 38
Octal 355 370 45 4 0 125 3 77 136 70
Binary 11101101 11111000 100101 100 0 1010101 11 111111 1011110 111000

Color Harmonies of #EDF825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF825

Black with #EDF825

Text Example


Text Example

White with #EDF825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF825; }

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

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

background-color css

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

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

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

border-color css

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

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

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