Html Css Color HEX #EDF730 Golden Fizz

📋 copy color: '#EDF730'

red 237 ◦ green 247 ◦ blue 48

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

Shades of Golden Fizz #EDF730

Tints of Golden Fizz #EDF730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.02%

R = 44.55%
G = 46.43%
B = 9.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#EDF730 (or 0xEDF730) is known color: Golden Fizz. HEX triplet: ED, F7 and 30. RGB value is (237,247,48). Sum of RGB (Red+Green+Blue) = 237+247+48=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 48 (19.14% from 255 or 9.02% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF730 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF730 is #1208CF. Grayscale: #DEDEDE. Windows color (decimal): -1181904 or 3209197. OLE color: 3209197.

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

Color convert

RGB 237 247 48 -
CMYK 0.04 0 0.81 0.03
HSL 63.02º 0.93% 0.58% -
HSV(B) 63.02º 0.81% 0.97% -
XYZ 68.72 84.74 15.53 -
YUV 221.32 30.19 139.18 -
System Red Green Blue C M Y K H S L
Decimal 237 247 48 0.04 0 0.81 0.03 63.02 0.93 0.58
Hex ED F7 30 4 0 51 3 3F 5D 3A
Octal 355 367 60 4 0 121 3 77 135 72
Binary 11101101 11110111 110000 100 0 1010001 11 111111 1011101 111010

Color Harmonies of #EDF730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF730

Black with #EDF730

Text Example


Text Example

White with #EDF730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF730; }

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

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

background-color css

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

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

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

border-color css

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

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

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