Html Css Color HEX #EDF130 Golden Fizz

📋 copy color: '#EDF130'

red 237 ◦ green 241 ◦ blue 48

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

Shades of Golden Fizz #EDF130

Tints of Golden Fizz #EDF130

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.82%

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

R = 45.06%
G = 45.82%
B = 9.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#EDF130 (or 0xEDF130) is known color: Golden Fizz. HEX triplet: ED, F1 and 30. RGB value is (237,241,48). Sum of RGB (Red+Green+Blue) = 237+241+48=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 48 (19.14% from 255 or 9.13% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF130 is #120ECF. Grayscale: #DADADA. Windows color (decimal): -1183440 or 3207661. OLE color: 3207661.

HSL color Cylindrical-coordinate representation of color #EDF130: hue angle of 61.24º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF130 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 48 -
CMYK 0.02 0 0.80 0.05
HSL 61.24º 0.87% 0.57% -
HSV(B) 61.24º 0.8% 0.95% -
XYZ 66.91 81.13 14.93 -
YUV 217.8 32.17 141.69 -
System Red Green Blue C M Y K H S L
Decimal 237 241 48 0.02 0 0.80 0.05 61.24 0.87 0.57
Hex ED F1 30 2 0 50 5 3D 57 39
Octal 355 361 60 2 0 120 5 75 127 71
Binary 11101101 11110001 110000 10 0 1010000 101 111101 1010111 111001

Color Harmonies of #EDF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF130

Black with #EDF130

Text Example


Text Example

White with #EDF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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