Html Css Color HEX #EDF137 Golden Fizz

📋 copy color: '#EDF137'

red 237 ◦ green 241 ◦ blue 55

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

Shades of Golden Fizz #EDF137

Tints of Golden Fizz #EDF137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.32%

R = 44.47%
G = 45.22%
B = 10.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#EDF137 (or 0xEDF137) is known color: Golden Fizz. HEX triplet: ED, F1 and 37. RGB value is (237,241,55). Sum of RGB (Red+Green+Blue) = 237+241+55=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 55 (21.88% from 255 or 10.32% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF137 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF137 is #120EC8. Grayscale: #DBDBDB. Windows color (decimal): -1183433 or 3666413. OLE color: 3666413.

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

Color convert

RGB 237 241 55 -
CMYK 0.02 0 0.77 0.05
HSL 61.29º 0.87% 0.58% -
HSV(B) 61.29º 0.77% 0.95% -
XYZ 67.07 81.19 15.75 -
YUV 218.6 35.67 141.12 -
System Red Green Blue C M Y K H S L
Decimal 237 241 55 0.02 0 0.77 0.05 61.29 0.87 0.58
Hex ED F1 37 2 0 4D 5 3D 57 3A
Octal 355 361 67 2 0 115 5 75 127 72
Binary 11101101 11110001 110111 10 0 1001101 101 111101 1010111 111010

Color Harmonies of #EDF137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF137

Black with #EDF137

Text Example


Text Example

White with #EDF137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF137; }

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

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

background-color css

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

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

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

border-color css

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

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

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